Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a folder with 12 excel files. The first one in the range has a list of
filenames that I need to link to to retrieve specific data. How can I create a link to external xls files using the filenames in COL F in the first file? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
You can use INDIRECT to compose the cell/range references - so long as all source workbooks are opened along with your workbook. When the latter isn't an option, you have to use some UDF (from time to time a link which provides one appears in Excel NG's), or some VBA procedure to rewrite formulas accordingly your files list. -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "HughT" wrote in message ... I have a folder with 12 excel files. The first one in the range has a list of filenames that I need to link to to retrieve specific data. How can I create a link to external xls files using the filenames in COL F in the first file? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you for your response. I need to look up the list of filenames in "Col
F' in the first data file to open the corresponding files. I tried "Workbooks.Open Filename' but can only open the first file in the list. "Arvi Laanemets" wrote: Hi You can use INDIRECT to compose the cell/range references - so long as all source workbooks are opened along with your workbook. When the latter isn't an option, you have to use some UDF (from time to time a link which provides one appears in Excel NG's), or some VBA procedure to rewrite formulas accordingly your files list. -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "HughT" wrote in message ... I have a folder with 12 excel files. The first one in the range has a list of filenames that I need to link to to retrieve specific data. How can I create a link to external xls files using the filenames in COL F in the first file? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link data from a cell on one spread sheet to another? | Excel Worksheet Functions | |||
Equation to refer to data value(s) and not the cell?? | Excel Discussion (Misc queries) | |||
how can I connect data in cell C to data in cell D? | Charts and Charting in Excel | |||
Sort pages? | Excel Discussion (Misc queries) | |||
Splitting Data in a Cell | Excel Worksheet Functions |