With the help from others I am able to now read from a cell on another worksheet using the below formula:
=VLOOKUP($B$3,INDIRECT("'"&$B$2-1&"'!$A$6:$E$11"),5)
If i wanted this to read from another file named after cell B2 what would it look like.
The formula is in the Student Results worksheet on the attached file.
Paul
MoreFunc explanation
http://www.excelforum.com/excel-gene...ndirect.html#2
INDIRECT() formulas won't read from other workbooks if they are closed. You'll need the MOREFUNC Add-In which will give you INDIRECT.EXT() to use.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
Hi
Try this one but as said earlier may won't work if the source file s closed
Supose B1 has file name (with extention)
Regards=VLOOKUP($B$3,INDIRECT("'"&"["&$B$1&"]"&$B$2-1&"'!$A$6:$E$11"),3)
Mahju
Mark the thread as solved if you are satisfied with the answer
Rule 9
Acknowledge the responses you receive, good or bad. If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks