Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Links reporting an error when they are correct

Status
Not open for further replies.

Dagk

Technical User
May 9, 2001
100
GB
Hi,

I have an excel file A which is linked to another excel file B. Every time file A is opened it complains that it cannot find the linked file but when you update the path it still complains that it cannot find the file. Anyone one know why this is happening? Thanks.
 
Can file A find file B if they are both opened?
 
Yes. They can both find each other and some of the links appear to be working.
 
Is this link part of an operation formula in Book A...

=('C:\My Documents\[Book B.xls]Sheet1'!$A$1 * B1)/C1

as opposed to just the "link" formula that returns the value...

='C:\My Documents\[Book B.xls]Sheet1'!$A$1
 
It is part of an opeartor formula e.g. it is subtracting one cell's value in file B from another cell's value in file B and displaying this final value in file A.
 
Try to doing the operation in book A after the values come in from the link(s)

That is... link the two values from B into seperate cells in Book A then perform the operation exclusivly in book A.



 
....or do all the clacs. in book B then link book A to the result.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top