Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the contents of a cell as part of an INDEX lookup. The
contents of the cell would indicate the name of the file I want to open. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
INDEX works on open files only
you might try to combine INDEX with INDIRECT |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
e.g.
=INDIRECT('C:\Documents and Settings\[&A1&".xls]Bonds'!$H$6") where A1=Somefile will retrieve data from file "Somefile.xls" stored in C:\Documents and Settings\, from cell H6 in worksheet named "Bonds" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's not =index() that has trouble with closed files.
=indirect() has trouble with closed files. Jarek Kujawa wrote: e.g. =INDIRECT('C:\Documents and Settings\[&A1&".xls]Bonds'!$H$6") where A1=Somefile will retrieve data from file "Somefile.xls" stored in C:\Documents and Settings\, from cell H6 in worksheet named "Bonds" -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i have a cell number increase by 1 each time file opened | Excel Discussion (Misc queries) | |||
When was file last opened? | Excel Worksheet Functions | |||
cannot open the excel file, the file is already opened | Excel Discussion (Misc queries) | |||
Copying the Editing in one file to Another opened XLS file | Excel Worksheet Functions | |||
I have opened an Excel file and I can't edit any cell | New Users to Excel |