Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Refresh formula links to closed Workbooks

Hello,
Im trying to understand why some formulas, that point to other Workbooks,
dont update automatically in Excel 2007.
I have two workbooks test and Ward 1.
Ward 1 is my source workbook.
In test I have the following three formulas in separate cells.
=+'C:\Work\[Ward 1.xlsm]Ward 1'!$P$37
=SUM('C:\Work\[Ward 1.xlsm]Ward 1'!$P$7:$P$37)
=COUNTIF('C:\Work\[Ward 1.xlsm]Ward 1'!$D$4:$N$4,"x")

The first two update automatically weather Ward 1 is open or closed.
The last one updates only when Ward 1 is open at the same time as test.
When Ward 1 is closed, the third formula returns #VALUE!

No matter what I do in Data/Connections I cant get the third formula to
work while Ward 1 is closed.

Any suggestions would be greatly appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Refresh formula links to closed Workbooks

Hi

Neither Sumif or Countif will work with closed workbooks.
Either construct an array formula using IF and COUNT or use SUMPRODUCT

=SUMPRODUCT(--('C:\Work\[Ward 1.xlsm]Ward 1'!$D$4:$N$4="x"))

Incidentally you do not need the + sign in your first formula, Simply
='C:\Work\[Ward 1.xlsm]Ward 1'!$P$37
will suffice

--
Regards
Roger Govier

"h2fcell" wrote in message
...
Hello,
Im trying to understand why some formulas, that point to other Workbooks,
dont update automatically in Excel 2007.
I have two workbooks test and Ward 1.
Ward 1 is my source workbook.
In test I have the following three formulas in separate cells.
=+'C:\Work\[Ward 1.xlsm]Ward 1'!$P$37
=SUM('C:\Work\[Ward 1.xlsm]Ward 1'!$P$7:$P$37)
=COUNTIF('C:\Work\[Ward 1.xlsm]Ward 1'!$D$4:$N$4,"x")

The first two update automatically weather Ward 1 is open or closed.
The last one updates only when Ward 1 is open at the same time as test.
When Ward 1 is closed, the third formula returns #VALUE!

No matter what I do in Data/Connections I cant get the third formula to
work while Ward 1 is closed.

Any suggestions would be greatly appreciated.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating Links from Closed Source Workbooks Fred Ernst Excel Discussion (Misc queries) 2 January 28th 07 05:14 PM
Formula Links to seperate workbooks Brokovich Excel Discussion (Misc queries) 6 August 11th 06 04:27 PM
Links to closed worksheet yanf7 Excel Worksheet Functions 0 July 31st 06 04:06 PM
Shortcut in copying a formula that links 2 workbooks cthanson Excel Discussion (Misc queries) 0 April 26th 06 03:56 PM
Updating links to closed workbooks goofy11 Excel Discussion (Misc queries) 0 March 23rd 06 04:28 PM


All times are GMT +1. The time now is 05:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"