hellohello1
Technical User
I'm using Office 2003.
I have 2 Excel spreadsheets located on a Sharepoint site:
TEST_Master.xls
TEST_Data Owner-HA.xls
The TEST_Master.xls has a few columns which contain links to the other spreadsheet. An example of a cell in TEST_Master is:
=(INDEX('[TEST_Data Owner-HA.xls]Measures-HA'!$C$6:'[TEST_Data Owner-HA.xls]Measures-HA'!$P$6,MONTH(TODAY())+1))
That formula is saying: in the TEST_Data Owner-HA.xls spreadsheet, return the value of the third column in the range of C55.
Everything is fine with the formula, except I get a #REF! message in the TEST_Master.xls. The only way to avoid the #REF! message is if I also have the TEST_Data Owner-HA.xls spreadsheet open. If both spreadsheets are open, then everything works great. But if I close the TEST_Data Owner spreadsheet, the #REF! comes back in the Master spreadsheet.
I have other cells in the Master spreadsheet that are linked to TEST_Data Owner-HA.xls and they work fine, even if the TEST_Data Owner-HA is not open.
Ex:
='[TEST_Data Owner-HA.xls]Measures-HA'!$R$5.
This works fine.
Any ideas why my first link gives the #REF! error? Is it because of the Index function contained within the link?
Thanks,
I have 2 Excel spreadsheets located on a Sharepoint site:
TEST_Master.xls
TEST_Data Owner-HA.xls
The TEST_Master.xls has a few columns which contain links to the other spreadsheet. An example of a cell in TEST_Master is:
=(INDEX('[TEST_Data Owner-HA.xls]Measures-HA'!$C$6:'[TEST_Data Owner-HA.xls]Measures-HA'!$P$6,MONTH(TODAY())+1))
That formula is saying: in the TEST_Data Owner-HA.xls spreadsheet, return the value of the third column in the range of C55.
Everything is fine with the formula, except I get a #REF! message in the TEST_Master.xls. The only way to avoid the #REF! message is if I also have the TEST_Data Owner-HA.xls spreadsheet open. If both spreadsheets are open, then everything works great. But if I close the TEST_Data Owner spreadsheet, the #REF! comes back in the Master spreadsheet.
I have other cells in the Master spreadsheet that are linked to TEST_Data Owner-HA.xls and they work fine, even if the TEST_Data Owner-HA is not open.
Ex:
='[TEST_Data Owner-HA.xls]Measures-HA'!$R$5.
This works fine.
Any ideas why my first link gives the #REF! error? Is it because of the Index function contained within the link?
Thanks,