I’m trying to get excel to be able to dynamically reference external files (other excel spreadsheets).
I want to be able to type in a file name, and have functions look at different cells within that file. (In fact, I want a master sheet to be able to look up several other spreadhseets, according to which spreadsheet names I type in).
I can get it to work using =INDIRECT(), but it only works when the other files are open. The second the external files close, the results all turn to #REFs. And when I open the main file, they all evaluate to #REFs if the external files aren’t open.
Is there another way I can get this to work, that behaves as if I had typed the address into the formula directly (ie it will work if the file isn’t open, and only update when the spreadsheet is openned).
Help!!!