Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works:
=VLOOKUP("TEST",'C:\Folder\[File.xls]Sheet1'!A:A,1,FALSE) This does not: (In cell C3) =CONCATENATE("'C:\Folder\[File.xls]Sheet1'!A:A") =VLOOKUP("TEST",C3,1,FALSE) =VLOOKUP("TEST",INDIRECT(C3),1,FALSE) Is there a formula, function, or syntax I need to use to reference an external file if the file is described in a cell? TIA Charlie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup to an external file | Excel Discussion (Misc queries) | |||
Vlookup in external file | Excel Worksheet Functions | |||
External file VBA Vlookup code | Excel Programming | |||
How do I use vlookup to point to an external file that changes nam | Excel Worksheet Functions | |||
Get External Data, Import Text File, File name problem | Excel Programming |