Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to create a formula that will link to another file, where the
name of the file (or part of the name) is provided in another cell. For example, instead of the formula: ='[File Name.xls]Sheet Name'!$C$5 I want to be able to enter: ='[D8]Sheet Name'!$C$5 Where cell D8 in the local worksheet contains the file name. The above syntax does not work, and I've tried a number of other logical guesses, but none of them work. Thanks! |
#2
![]() |
|||
|
|||
![]()
try
=INDIRECT("'"&D8&"Sheet Name'!$C$5") "Lost in Parsippany" wrote: I am trying to create a formula that will link to another file, where the name of the file (or part of the name) is provided in another cell. For example, instead of the formula: ='[File Name.xls]Sheet Name'!$C$5 I want to be able to enter: ='[D8]Sheet Name'!$C$5 Where cell D8 in the local worksheet contains the file name. The above syntax does not work, and I've tried a number of other logical guesses, but none of them work. Thanks! |
#3
![]() |
|||
|
|||
![]()
Sorry. Make that
=INDIRECT("'["&D8&"]Sheet Name'!$C$5") "Lost in Parsippany" wrote: I am trying to create a formula that will link to another file, where the name of the file (or part of the name) is provided in another cell. For example, instead of the formula: ='[File Name.xls]Sheet Name'!$C$5 I want to be able to enter: ='[D8]Sheet Name'!$C$5 Where cell D8 in the local worksheet contains the file name. The above syntax does not work, and I've tried a number of other logical guesses, but none of them work. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy excell file to a CSV file and than to Notepad | Excel Discussion (Misc queries) | |||
Can i reduce my file that's 29 MB but filled with blank cells? | Excel Discussion (Misc queries) | |||
Reference multiple cells in if statement | Excel Worksheet Functions | |||
Excel data query locks source file | Excel Discussion (Misc queries) | |||
Protecting Workbook | Excel Discussion (Misc queries) |