I have 2 workbooks: WorkbookA, WorkbookB
Each Workbook has the same Sheetnames: Jan, Feb, Mar, etc...
In workbookA, I want to use the following formula:
VLOOKUP(Variable,[WorkbookB.xls]Jan!Truck_Schedule,MATCH(Date,[WorkbookB.xls]Jan!$N$5:$AS$5),0)
Where it says "Jan" I would like to use the sheetname of the sheet where this formula is located.
Something like: VLOOKUP(Variable,[WorkbookB.xls]SheetName!Truck_Schedule,MATCH(Date,[WorkbookB.xls]SheetName!$N$5:$AS$5),0)
Bookmarks