Replaceable parameter in formula

L

Laramie

I need to build a spreadsheet that will reference the same cell in about
300 workbooks (all Sheet1). I would like to build a list of the
workbook names in the first column, then write a formula, that I could
copy down, which would pick up the worksheet names.
For example:

_File_Name_ _Formula__
8801.xls =[ ]Sheet1!$a$1

8802.xls
8803.xls

How can I get the file name in the first column into the formula in the
second column, without all of it converting to text? In effect, I'm
trying to set up links with external files without opening each of the
files and manually linking.

Any ideas would be greatly appreciated!
 
M

MrShorty

The INDIRECT function can be used to generate the formulas. However, i
theory, the INDIRECT function can only retrieve values from an ope
workbook. I once downloaded an add-in from somewhere that had a
updated INDIRECT function that claimed to be able to retrieve data fro
open and closed workbooks, but I don't remember where I got it from.

HT
 
Top