Hi All,
I am using a formula with vlookups, concatenate, and indirect to locate a value in a different workbook. The formula works … but, it appears to only work when the other workbook is opened. When I open the workbook with these formulas, all the formulas go “REF”. When I open the source workbook, the formulas work. This is very frustrating! Is there something about “Indirect” that could be causing this … ?
B4 is simply a 5-digit text field used to form the desired workbook
A10 and C9 are used to form the desired worksheet’s name
B10 is used to locate the desired cell.
=VLOOKUP($B10,INDIRECT(CONCATENATE(“‘[“,$B$4,” Mass Balance Spreadsheets.xls]”,$A$10,” “,C$9,”‘!”,”$A$12:$P$100″)),16,FALSE)
As always, any help/advise is greatly appreciated …
–cat