M
masterbaker
Here's my issue:
I have a vlookup formula as follows:
VLOOKUP(N17,'C:\Documents and Settings\mstege\Desktop\Paymentech
Temp\[052406.xls]052406'!$A$2:$Z$29,26,FALSE)
My issue is I want the file named 052406.xls (a date) to change depending on
the value of a specific cell (G12 - which changes by date) without having the
file named 052406 open.
G12 is:
=CONCATENATE(C12,E12,F12)
which yields the value 052406
How do I get the Vlookup to change the file it's looking in by this cell
value G12?
Essentially I want:
VLOOKUP(N17,'C:\Documents and Settings\mstege\Desktop\Paymentech
Temp\[G12.xls]052406'!$A$2:$Z$29,26,FALSE)
I have tried the Indirect function to no avail!!! Please help.
I have a vlookup formula as follows:
VLOOKUP(N17,'C:\Documents and Settings\mstege\Desktop\Paymentech
Temp\[052406.xls]052406'!$A$2:$Z$29,26,FALSE)
My issue is I want the file named 052406.xls (a date) to change depending on
the value of a specific cell (G12 - which changes by date) without having the
file named 052406 open.
G12 is:
=CONCATENATE(C12,E12,F12)
which yields the value 052406
How do I get the Vlookup to change the file it's looking in by this cell
value G12?
Essentially I want:
VLOOKUP(N17,'C:\Documents and Settings\mstege\Desktop\Paymentech
Temp\[G12.xls]052406'!$A$2:$Z$29,26,FALSE)
I have tried the Indirect function to no avail!!! Please help.