I need to collect information displayed (the value displayed, not the formula) from several different cells in an Excel spreadsheet and have that info all display in one cell elsewhere.
For example:
Cell A1 = 52
Cell D23 = Sara
Cell H56 = XXX Corp
Cell J38 = 68.22
I would like all that info to appear in one cell as follows:
Cell Z1 = 52, Sara, XXX Corp, 68.22
Is there a way to do this?