Hello,
I was working on a formula and when I released INDIRECT does not work when workbooks are closed. The reason I need to use indirect is because I do not have control over the source workbook and sometimes columns are added/removed.
Here is a section on my formula:
The column I was is stored in Settings!F$27. Is there any way I can make this work without needing to have the Stores file open?
I was working on a formula and when I released INDIRECT does not work when workbooks are closed. The reason I need to use indirect is because I do not have control over the source workbook and sometimes columns are added/removed.
Here is a section on my formula:
Code:
=INDIRECT("'\\fileserv\scanning\[STORES.xlsx]Stores List'"&"!"&SUBSTITUTE(ADDRESS(1,Settings!F$27,4),"1","") & ROW()-1)
The column I was is stored in Settings!F$27. Is there any way I can make this work without needing to have the Stores file open?