Is it possible to use the Indirect funstion to pull,not necessarily from another file, but to dictate the worksheet within that file to pull from?
Let me exlain:
=VLOOKUP('[CREDIT GAP.xls]12.01.05'!$A2,'[CREDIT GAP.xls]12.01.05'!$A$2:$E$71,1,FALSE)
This formula resides on my master report page. In the above formula, credit gap.xls is a seperate file. There are dated worksheets across the bottom of the credit gap file. On my master page I have the date I plan on currently working with in cell F1. Can Indirect be used, not to access the credit gap file, but to change the date (or worksheet) my Vlookup is pointing to within the credit gap file?
Much apreciated.
Let me exlain:
=VLOOKUP('[CREDIT GAP.xls]12.01.05'!$A2,'[CREDIT GAP.xls]12.01.05'!$A$2:$E$71,1,FALSE)
This formula resides on my master report page. In the above formula, credit gap.xls is a seperate file. There are dated worksheets across the bottom of the credit gap file. On my master page I have the date I plan on currently working with in cell F1. Can Indirect be used, not to access the credit gap file, but to change the date (or worksheet) my Vlookup is pointing to within the credit gap file?
Much apreciated.