RSilverstein
New Member
- Joined
- Jun 27, 2008
- Messages
- 6
I have two workbooks: one with raw data, and one that uses that data.
My 1st workbook references cells within the 2nd one using:
=INDIRECT("'[Next Level Input.xls]Sheet1'!"&"$C"&$F$4)
Essentially, I am looking for it to return the data in a cell: with column "C" and the row of F4.
All of the references work fine when the file "Next Level Input" is open, but if that file is closed, I get a #REF! error.
Does anyone know why? And how to fix that. Right now I just have to open up "Next Level Input" whenever I want to work with my original workbook.
Thanks,
RSilverstein
My 1st workbook references cells within the 2nd one using:
=INDIRECT("'[Next Level Input.xls]Sheet1'!"&"$C"&$F$4)
Essentially, I am looking for it to return the data in a cell: with column "C" and the row of F4.
All of the references work fine when the file "Next Level Input" is open, but if that file is closed, I get a #REF! error.
Does anyone know why? And how to fix that. Right now I just have to open up "Next Level Input" whenever I want to work with my original workbook.
Thanks,
RSilverstein