Got them to upload!
Got them to upload!
I got it to work, obviously having to change path to my directories...
Try:
=INDIRECT.EXT("'C:\Documents and Settings\hughel13\My Documents\["&Reports!$C$11&".xls]Sheet1'!$R"&ROW($A2))
Copied Down
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Brilliant, that's exactly it! Is there anyway to speed it up do you know? I'm using it for 3 columns each 750 rows down and it takes a good 30+ seconds to calculate it, whereas if the target workbook is open it's pretty much instant, it's also instant if I set an absolute file name rather than a concatenated one, which seems odd because the other extra work it has to do as far as I can tell is putting the text together. Or is this an unavoidable limtiation of working with data from a closed workbook?
You can add the FALSE parameter allowed for making the function non-Volatile:
=INDIRECT.EXT("'C:\Documents and Settings\hughel13\My Documents\["&Reports!$C$11&".xls]Sheet1'!$R"&ROW($A2),FALSE)
per Indirect.Ext help: hit Ctrl-Alt-F9 to update the results
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks