a1: 210.xls
a2: 211.xls
a3: 250.xls
....
an: 335.xls
In my master xls file, I want to link a cell from each of the above files listed in column A.
If I type (say to cell B1) =[210.xls]sheet1!$B$6 I can get the value of cell "B6" of "sheet1" of file "210.xls"
Now my question:
Is there a way to use values from column A inside the brackets?
I tried ="["&A1&"]... but it doesn't work.
Also, I do not want to use INDIRECT(), INDIRECT.EXT, or Harlan Grove’s PULL() function.
Can you help?
a2: 211.xls
a3: 250.xls
....
an: 335.xls
In my master xls file, I want to link a cell from each of the above files listed in column A.
If I type (say to cell B1) =[210.xls]sheet1!$B$6 I can get the value of cell "B6" of "sheet1" of file "210.xls"
Now my question:
Is there a way to use values from column A inside the brackets?
I tried ="["&A1&"]... but it doesn't work.
Also, I do not want to use INDIRECT(), INDIRECT.EXT, or Harlan Grove’s PULL() function.
Can you help?
Last edited: