Forum Discussion
Be able to reference table name listed in a cell as input for a function (copy of text in function)
- May 11, 2022
You could use the INDIRECT function for this:
=ADDRESS(ROW(INDIRECT(B3)),COLUMN(INDIRECT(B3)))
Warning: in Excel in Microsoft 365 and Office 2021, this returns a dynamic array with the addresses of all cells in Table3[Time Passed].
You could use the INDIRECT function for this:
=ADDRESS(ROW(INDIRECT(B3)),COLUMN(INDIRECT(B3)))
Warning: in Excel in Microsoft 365 and Office 2021, this returns a dynamic array with the addresses of all cells in Table3[Time Passed].
Hans, do you have a version of Excel 365 with VSTACK?
If so, the attached file, though probably overcomplicated, is interesting that it returns a Table, or a specific field, specified by name, but without using the volatile function INDIRECT.
=Tableλ(tableName,fieldName)
- HansVogelaarMay 12, 2022MVP
Hi Peter, I have Office 2021, so no newfangled stuff <grin>