B
brightshadow
Is it possible to nest an INDIRECT function inside of a VLOOKUP?
Here's what I've got so far:
Cell A27: 6-23-2004
Cell B27:
=VLOOKUP(B$4,'6-23-2004'!$A$1:$C$70,3,FALSE)/60/60/24
I want to replace '6-23-2004' with INDIRECT($A27) so I can autofil
this formula across a large worksheet, and so when I adjust the dat
range, it will dynamically update the information PROPERLY according t
the name (row 4 of same col) and date (col A of same row, referring t
a separate worksheet in the same workbook by that name) in th
formula.
I can't seem to get the syntax right. Is there a right syntax? I'm no
just trying to do something that isn't possible, am I? :confused
Here's what I've got so far:
Cell A27: 6-23-2004
Cell B27:
=VLOOKUP(B$4,'6-23-2004'!$A$1:$C$70,3,FALSE)/60/60/24
I want to replace '6-23-2004' with INDIRECT($A27) so I can autofil
this formula across a large worksheet, and so when I adjust the dat
range, it will dynamically update the information PROPERLY according t
the name (row 4 of same col) and date (col A of same row, referring t
a separate worksheet in the same workbook by that name) in th
formula.
I can't seem to get the syntax right. Is there a right syntax? I'm no
just trying to do something that isn't possible, am I? :confused