Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Excell 2007 conditional SUMPRODUCT

In 2007 if you use a conditional sumproduct that refers to another
conditional sumproduct then the parent sumproduct will not calculate (even
with auto on) unless you amend a condition or F2 or save as to a new file
name.

F9 etc has no impact on the summed amount even though the child calculated
correctly. Parent sits there and does not listen.

Have tried with threads on/ off single processor /dual.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 968
Default Excell 2007 conditional SUMPRODUCT

Works OK for me.

Can you post the formulae you are using?

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...
In 2007 if you use a conditional sumproduct that refers to another
conditional sumproduct then the parent sumproduct will not calculate (even
with auto on) unless you amend a condition or F2 or save as to a new file
name.

F9 etc has no impact on the summed amount even though the child calculated
correctly. Parent sits there and does not listen.

Have tried with threads on/ off single processor /dual.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Excell 2007 conditional SUMPRODUCT


This is the one of the parents in a range of cells. None of the range will
update unless you save the file or F2 etc.

=SUMPRODUCT(--($C$142:$C$291=$B26),--($G$142:$G$291=C$7),--($F$142:$F$291))+SUMPRODUCT(--($K$142:$K$291=$B26),--($O$142:$O$291=C$7),--($N$142:$N$291))

there are an additional two cells to the right that have similar formulae
and then there is a sum on the fourth cell. This sum will not auto calc
either as the 3 preceding cells do not change.



"Charles Williams" wrote:

Works OK for me.

Can you post the formulae you are using?

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...
In 2007 if you use a conditional sumproduct that refers to another
conditional sumproduct then the parent sumproduct will not calculate (even
with auto on) unless you amend a condition or F2 or save as to a new file
name.

F9 etc has no impact on the summed amount even though the child calculated
correctly. Parent sits there and does not listen.

Have tried with threads on/ off single processor /dual.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 968
Default Excell 2007 conditional SUMPRODUCT

I dont see anything wrong with your formula (except that since you have
Excel 2007 you could use SUMIFS instead: its much faster).

If it works when you save it sounds like you have calculation set to Manual:
make sure that you have calculation set to Automatic.

Then try Shift-Ctrl-Alt-F9 (all at the same time) (rebuilds the dependency
tree and does a full calculation)

If that does not work make sure that the cells are not formatted as Text.

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...

This is the one of the parents in a range of cells. None of the range
will
update unless you save the file or F2 etc.

=SUMPRODUCT(--($C$142:$C$291=$B26),--($G$142:$G$291=C$7),--($F$142:$F$291))+SUMPRODUCT(--($K$142:$K$291=$B26),--($O$142:$O$291=C$7),--($N$142:$N$291))

there are an additional two cells to the right that have similar formulae
and then there is a sum on the fourth cell. This sum will not auto calc
either as the 3 preceding cells do not change.



"Charles Williams" wrote:

Works OK for me.

Can you post the formulae you are using?

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...
In 2007 if you use a conditional sumproduct that refers to another
conditional sumproduct then the parent sumproduct will not calculate
(even
with auto on) unless you amend a condition or F2 or save as to a new
file
name.

F9 etc has no impact on the summed amount even though the child
calculated
correctly. Parent sits there and does not listen.

Have tried with threads on/ off single processor /dual.






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Excell 2007 conditional SUMPRODUCT

If I load the model in 2003 works fine. 2007 no go.
I have tried sumifs same thing.
Calc is always on auto.
I have a few models that use this dependency tree and the same thing happens
when they are loaded in 2007.
using shift+alt+ctrl+F9 does calc correctly but that is the same as saving.
2007 should do a full calc when F9 or auto is enabled but it appears to only
do a full calc if you use the file save as scenario.

If you use shift+ctrl+alt+F9 to calc its ok but the next time you amend the
data it fails to recalc correctly.

You are welcome to a cut down model if you wish to experiment


"Charles Williams" wrote:

I dont see anything wrong with your formula (except that since you have
Excel 2007 you could use SUMIFS instead: its much faster).

If it works when you save it sounds like you have calculation set to Manual:
make sure that you have calculation set to Automatic.

Then try Shift-Ctrl-Alt-F9 (all at the same time) (rebuilds the dependency
tree and does a full calculation)

If that does not work make sure that the cells are not formatted as Text.

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...

This is the one of the parents in a range of cells. None of the range
will
update unless you save the file or F2 etc.

=SUMPRODUCT(--($C$142:$C$291=$B26),--($G$142:$G$291=C$7),--($F$142:$F$291))+SUMPRODUCT(--($K$142:$K$291=$B26),--($O$142:$O$291=C$7),--($N$142:$N$291))

there are an additional two cells to the right that have similar formulae
and then there is a sum on the fourth cell. This sum will not auto calc
either as the 3 preceding cells do not change.



"Charles Williams" wrote:

Works OK for me.

Can you post the formulae you are using?

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...
In 2007 if you use a conditional sumproduct that refers to another
conditional sumproduct then the parent sumproduct will not calculate
(even
with auto on) unless you amend a condition or F2 or save as to a new
file
name.

F9 etc has no impact on the summed amount even though the child
calculated
correctly. Parent sits there and does not listen.

Have tried with threads on/ off single processor /dual.









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Excell 2007 conditional SUMPRODUCT

Further to my reply I decided to try the sumifs again and it works a treat,
every time the data is amended. Clearly I made an error before.

However sumifs only work in 2007 and the model needs to be opened in either
2003 or 2007 so its back to the drawing board to find out why sumproduct does
not fully calc




"Mrburns" wrote:

If I load the model in 2003 works fine. 2007 no go.
I have tried sumifs same thing.
Calc is always on auto.
I have a few models that use this dependency tree and the same thing happens
when they are loaded in 2007.
using shift+alt+ctrl+F9 does calc correctly but that is the same as saving.
2007 should do a full calc when F9 or auto is enabled but it appears to only
do a full calc if you use the file save as scenario.

If you use shift+ctrl+alt+F9 to calc its ok but the next time you amend the
data it fails to recalc correctly.

You are welcome to a cut down model if you wish to experiment


"Charles Williams" wrote:

I dont see anything wrong with your formula (except that since you have
Excel 2007 you could use SUMIFS instead: its much faster).

If it works when you save it sounds like you have calculation set to Manual:
make sure that you have calculation set to Automatic.

Then try Shift-Ctrl-Alt-F9 (all at the same time) (rebuilds the dependency
tree and does a full calculation)

If that does not work make sure that the cells are not formatted as Text.

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...

This is the one of the parents in a range of cells. None of the range
will
update unless you save the file or F2 etc.

=SUMPRODUCT(--($C$142:$C$291=$B26),--($G$142:$G$291=C$7),--($F$142:$F$291))+SUMPRODUCT(--($K$142:$K$291=$B26),--($O$142:$O$291=C$7),--($N$142:$N$291))

there are an additional two cells to the right that have similar formulae
and then there is a sum on the fourth cell. This sum will not auto calc
either as the 3 preceding cells do not change.



"Charles Williams" wrote:

Works OK for me.

Can you post the formulae you are using?

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Mrburns" wrote in message
...
In 2007 if you use a conditional sumproduct that refers to another
conditional sumproduct then the parent sumproduct will not calculate
(even
with auto on) unless you amend a condition or F2 or save as to a new
file
name.

F9 etc has no impact on the summed amount even though the child
calculated
correctly. Parent sits there and does not listen.

Have tried with threads on/ off single processor /dual.







  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 968
Default Excell 2007 conditional SUMPRODUCT


You are welcome to a cut down model if you wish to experiment


if you can send me a zipped file I will take a look.

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm


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
Excell and Word 2007 J. Halleck Excel Discussion (Misc queries) 0 December 7th 07 05:00 PM
How to open MS Excell 2007 Sheet in MS Excell 2000??? Alek Luchnikov New Users to Excel 1 March 22nd 07 04:40 PM
Excell 2007 Beta privateicon New Users to Excel 2 December 21st 06 01:16 AM
Excell 2007???? Gklass Charts and Charting in Excel 12 July 31st 06 02:19 PM
HYPERLINKS IN EXCELL 2007 Bill Porter Excel Discussion (Misc queries) 0 June 1st 06 11:15 PM


All times are GMT +1. The time now is 05:59 AM.

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"