I'm looking to reference a table column for my chart data,
=Workbook1.xlsx!Table1[Values]
If possible it would be even better to be able to dynamically change the table name using the INDIRECT formula:
=INDIRECT("Workbook1.xlsx!Table"&$A$1&"[Values]")
where A1=1/2/3/etc.
Currently the only way I have found to this is with defined name where,
ValueSeries=INDIRECT("Table1[Values]")
I know you can use the OFFSET function or a table reference in a defined name,
However I am looking to copy my sheet and as far as I know named references do not copy along with the sheet.
If anyone could assist me on this issue it would greatly appreciated!
=Workbook1.xlsx!Table1[Values]
If possible it would be even better to be able to dynamically change the table name using the INDIRECT formula:
=INDIRECT("Workbook1.xlsx!Table"&$A$1&"[Values]")
where A1=1/2/3/etc.
Currently the only way I have found to this is with defined name where,
ValueSeries=INDIRECT("Table1[Values]")
I know you can use the OFFSET function or a table reference in a defined name,
However I am looking to copy my sheet and as far as I know named references do not copy along with the sheet.
If anyone could assist me on this issue it would greatly appreciated!