I have a workbook (call it x.xls) that has several links to another workbook (call it “other.xls”).
Some of the links are in the form of a straight assignment, ie
='[other.xls]sheet’!cell
When I open x.xls and get asked if I want to update links and select yes, no problem even if “other” is not open.
Other links are embedded in an excel function. When this is the OFFSET function, like
=OFFSET(‘[other workbook.xls]sheet’!cell,12*year,5)
I get the #VALUE error if “other” is not open even if I select yes to updating the links. That is, the links ain’t updated.
I also tried embedding the reference to “other” in the INDEX function and that seemed to update the info even if “other” was not open.
Is there any rationale for this?
This behavior is in both Excel 97 and 2000.
Thanks.
Fred