how do i automatically insert a file name into a formula from a ta

A

AMabin

how do i automatically insert a file name into a formula from a table of file
names so as to obtain an automatic referal within a series of formulae
 
G

Gary''s Student

say you already have a column of something like:
=A1

to change this to give a file reference use find/replace
replace what =
replace with =[Book2]Sheet1!
 
Top