Hi Tim
You would use the INDIRECT function for this. Suppose E4 had the text:
[Book2]Sheet1!
In any cell you could use:
=INDIRECT(E3&"A1")
Dave
OzGrid Business Applications
Thanks for the quick response. The INDIRECT function is the one I have been trying to use, but I still get the #REF error.
here is the exact problem.
in cell B2 I have
'D:\files\CollegeHire\acct dev\surveys\respondents\[aman, jarrod.xls]survey'!
I want cell H13 in the aman, jarrod.xls file to come into my current file. So, in cell C2 of my current file I have
=INDIRECT(B2&"$H$13")
I tried cell B2 with and without the single quotes at the beginning and near the end
I still get the #REF error
any help is greatly appreciated
I don't think INDIRECT can reference a closed workbook. you could try attaching a 'search and replace' macro to a change event for cell A1
HTH
Mark