J
Jim
I would like to create a formula that will lookup values
in another workbook, but will lookup in different sheets
depending on where the formula is located in my own
workbook.
It will look something like this:
=VLOOKUP($A21,'\\networkloaction\[filename.xls]January'!
$A$1:$Z$100,FALSE)
The lookup range on each sheet would be the same, but I
would want the sheet name to change from January to
February or March (etc.), depending on where my formula
was located. Is there some way of using the INDIRECT
function, or something, to turn the sheet name into a
dynamic reference?
in another workbook, but will lookup in different sheets
depending on where the formula is located in my own
workbook.
It will look something like this:
=VLOOKUP($A21,'\\networkloaction\[filename.xls]January'!
$A$1:$Z$100,FALSE)
The lookup range on each sheet would be the same, but I
would want the sheet name to change from January to
February or March (etc.), depending on where my formula
was located. Is there some way of using the INDIRECT
function, or something, to turn the sheet name into a
dynamic reference?