#value! errors on cells with links to other spreadsheets

lofquist

New Member
Joined
Nov 16, 2005
Messages
12
I need some help. I have a series of files with links to other supporting files. If I have both of the linked files open values are updated with out any errors. If I open the primary file and leave the secondary files closed I get the #value! error in all of the linked cells. If I then open the secondary file the correct values are displayed.

Any help would be appreciated.
Thanks
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
lofquist said:
I need some help. I have a series of files with links to other supporting files. If I have both of the linked files open values are updated with out any errors. If I open the primary file and leave the secondary files closed I get the #value! error in all of the linked cells. If I then open the secondary file the correct values are displayed.

Any help would be appreciated.
Thanks

You might be using formulas that require the target books to be open.
 
Upvote 0
This is one of the formulas:


=ROUND((SUMIF('C:\Documents and Settings\blofquist\Desktop\BUDGET\2006\200\HR\[200-PR.xls]Sheet1'!$B$20:$B$24,CONCATENATE("<",TEXT(E5,0)),'C:\Documents and Settings\blofquist\Desktop\BUDGET\2006\200\HR\[200-PR.xls]Sheet1'!$J$20:$J$24))/12,0)
 
Upvote 0
lofquist said:
This is one of the formulas:


=ROUND((SUMIF('C:\Documents and Settings\blofquist\Desktop\BUDGET\2006\200\HR\[200-PR.xls]Sheet1'!$B$20:$B$24,CONCATENATE("<",TEXT(E5,0)),'C:\Documents and Settings\blofquist\Desktop\BUDGET\2006\200\HR\[200-PR.xls]Sheet1'!$J$20:$J$24))/12,0)

SumIf cannot cope with closed books. Try:

=ROUND(SUMPRODUCT(--('C:\Documents and Settings\blofquist\Desktop\BUDGET\2006\200\HR\[200-PR.xls]Sheet1'!$B$20:$B$24 < E5),'C:\Documents and Settings\blofquist\Desktop\BUDGET\2006\200\HR\[200-PR.xls]Sheet1'!$J$20:$J$24)/12,0)
 
Upvote 0

Forum statistics

Threads
1,214,619
Messages
6,120,550
Members
448,970
Latest member
kennimack

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top