itsrich
Board Regular
- Joined
- Apr 13, 2009
- Messages
- 73
- Office Version
- 365
- Platform
- Windows
INDIRECT is great within the same workbook but use it to pull data from another workbook and all the formulas break.
I can use XLOOKUP without INDIRECT, but I am back to building a unique formula for every tab.
Grrrr.
- =XLOOKUP(B3,INDIRECT("'["&$L$1&".xlsm]"&L3&"'!$D:$D"),INDIRECT("'["&$L$1&".xlsm]"&L3&"'!$F:$F"),"Obsolete?")
- L1 = File Name
- L3 = Tab Name
I can use XLOOKUP without INDIRECT, but I am back to building a unique formula for every tab.
Grrrr.