LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default conditional sumif


"Peter" wrote in message
...
I have never used this with the * sign howeverif you find that
"=SUMPRODUCT((A1:A10="FSI")*(B1:B10="disk")*(C1:C1 0))" does not work you

can
try another combination of the sae i.e.

=SUMPRODUCT(--(A1:A10="FSI"),--(B1:B10="disk"),--(C1:C10))


The * operator and the -- double unary behave in the same way (see
http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation), but in both cases the operator is not needed before the
straight array, only before the conditional tests

=SUMPRODUCT(--(A1:A10="FSI"),--(B1:B10="disk"),C1:C10)

this works fine, you can also substitute the "--" with 'SumProduct' each

time

This sounds very wrong to me, do you mean

=SUMPRODUCT(--(A1:A10="FSI"))+SUMPRODUCT(--(B1:B10="disk"))+SUMPRODUCT(--(C1
:C10))

because that is just meaningless to me, it gives a result, but nothing near
the correct result.


 
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
Conditional sumif? ewan7279 Excel Discussion (Misc queries) 5 June 8th 09 05:11 PM
Conditional formatting w/ a sumif hmsawyer Excel Discussion (Misc queries) 1 March 25th 08 03:50 PM
Conditional sumif wilson@irco Excel Discussion (Misc queries) 3 March 7th 06 10:17 PM
Conditional SUMIF??? DaveO Excel Worksheet Functions 5 November 11th 05 01:56 PM
Conditional SUMIF Curtis Excel Worksheet Functions 8 September 26th 05 09:50 PM


All times are GMT +1. The time now is 03:45 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"