Is it possible to pass a tab name from a cell location into a formula?
i.e.
=IF(ISERROR(VLOOKUP($C98,'[Mincron Data.xls]xDec’!$A:$C,2,FALSE))=TRUE,””,VLOOKUP($C98,'[Mincron Data.xls]xDec’!$A:$C,2,FALSE))
This lookup grabs information from another workbook (Mincron Data.xls) with separate sheets labeled xJan, xFeb, xMar, ………..
I’d like the formula to select the correct sheet based on the content of a cell at the top of the column with the formula. I’ve tried