Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I just can't seem to get the syntax to work... Especially when I try to put
the path in a cell (A1). Plus I need to make the formula even more dynamic by defining 5 variables as indicated below: CELL A1 Path = \\NetworkServer\Mainfolder\DataFolder\Working CELL A1 Folder\ CELL A2 Var1 = FILENAME_ CELL A3 Var2 = XXX CELL A4 Sheet = SheetName CELL A5 Range = NamedRange Such as: =INDIRECT("'&A1&"&A2&A3&"]A4'!A5") And ultimately to include in a vlookup or something like this: =VLOOKUP(A8,(INDIRECT("'PATH["&VAR1&VAR2&"]SHEET'!RANGE")),2,FALSE) YES - The worksheets are open - Although I am intrigued with INDIRECT.EXT, I can't find a working link and also saw comments indicating that it did NOT support closed files - just like the native INDIRECT. On another sheet, I am able to use the following formula: =VLOOKUP(A8,(INDIRECT("'C:\Documents and Settings\ray.legrand\My Documents\PROJECTS\FSA Report\FSA Rev.2\["&"TEMPLATE_"&A1&"]Sheet1'!TABLE_ONE")),2,FALSE) but again, when I attempt to shorten the string by putting the path in a cell reference, it bombs... HELP?! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions | Excel Worksheet Functions | |||
VLOOKUPS | Excel Worksheet Functions | |||
Using Indirect Function to link to Other Files | Excel Discussion (Misc queries) | |||
vlookups | Excel Worksheet Functions | |||
Vlookups | Excel Worksheet Functions |