Help!! I have a spreadsheet which is linked to about 30 other
spreadsheets.
Most of the functions are just 'sum's and 'sumif''s.
When I have all spreadsheets open, the values are updated in the main
spreadsheet.
If I close the linked spreadsheets, I will lose the values to the main
spreadsheet.
The resulting error is '#value'.
All the links are linked properly to the right spreadsheet. I've also
opened them one at a time and saved my main spreadsheet. What else can
I do?
Thanks in advance!!!
Dave F - 07 Nov 2006 16:50 GMT
Some functions do not work when linked to closed external workbooks.
Dave

Signature
Brevity is the soul of wit.
> Help!! I have a spreadsheet which is linked to about 30 other
> spreadsheets.
[quoted text clipped - 10 lines]
>
> Thanks in advance!!!
tim m - 07 Nov 2006 17:26 GMT
Not totally sure about how to rectify your problem but if you want to work on
the summary spreadsheet as a snap shot in time of the other sheets, have you
tried copy all of the summary sheet and then 'paste special'.....'paste
values' to a new sheet? this will essentially give you all of the data as
values rather than formulas and you should be able to close all other sheets
and just work on your 'snap shot summary sheet'.
(Always remember to backup any worksheets to a different location on your
computer before trying anything new to your exisiting sheets in case
something goes wrong.)
> Help!! I have a spreadsheet which is linked to about 30 other
> spreadsheets.
[quoted text clipped - 10 lines]
>
> Thanks in advance!!!
canadiangal@gmail.com - 07 Nov 2006 18:20 GMT
Thanks all... I have pasted as values to temporarily solve the problem.
That will have to do the trick for now. I was just wondering if there
was any solution to my problem.
> Not totally sure about how to rectify your problem but if you want to work on
> the summary spreadsheet as a snap shot in time of the other sheets, have you
[quoted text clipped - 21 lines]
> >
> > Thanks in advance!!!
Dave Peterson - 07 Nov 2006 18:21 GMT
You may be able to replace your =sumif() with =sumproduct().
As Dave F. stated, some functions don't work with closed workbooks.
> Help!! I have a spreadsheet which is linked to about 30 other
> spreadsheets.
[quoted text clipped - 10 lines]
>
> Thanks in advance!!!

Signature
Dave Peterson
canadiangal@gmail.com - 08 Nov 2006 15:22 GMT
Hi everyone,
it works now with the ={sum(if(...))} as an array...
> You may be able to replace your =sumif() with =sumproduct().
>
[quoted text clipped - 14 lines]
> >
> > Thanks in advance!!!