Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have three columns: a, b & c and need sum the figures on c if a = week1
and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#2
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100)
or a little slower: =SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100 ) Regards, KL "Ray" wrote in message ... I have three columns: a, b & c and need sum the figures on c if a = week1 and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#3
![]() |
|||
|
|||
![]()
KL,
Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray "KL" wrote in message ... =SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100) or a little slower: =SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100 ) Regards, KL "Ray" wrote in message ... I have three columns: a, b & c and need sum the figures on c if a = week1 and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#4
![]() |
|||
|
|||
![]()
=SUMPRODUCT((A1:A100="week1")*(B1:B100=""))
-- HTH Bob Phillips "Ray" wrote in message ... KL, Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray "KL" wrote in message ... =SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100) or a little slower: =SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100 ) Regards, KL "Ray" wrote in message ... I have three columns: a, b & c and need sum the figures on c if a = week1 and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#5
![]() |
|||
|
|||
![]()
I guess you meant SUMIF. Don't think so, SUMIF takes only 3 arguments.
Regards, KL "Ray" wrote in message ... KL, Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray "KL" wrote in message ... =SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100) or a little slower: =SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100 ) Regards, KL "Ray" wrote in message ... I have three columns: a, b & c and need sum the figures on c if a = week1 and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#6
![]() |
|||
|
|||
![]()
KL,
No, I mean the same syntax is applied to countif. It seems not workable! Ray "KL" wrote in message ... I guess you meant SUMIF. Don't think so, SUMIF takes only 3 arguments. Regards, KL "Ray" wrote in message ... KL, Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray "KL" wrote in message ... =SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100) or a little slower: =SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100 ) Regards, KL "Ray" wrote in message ... I have three columns: a, b & c and need sum the figures on c if a = week1 and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#7
![]() |
|||
|
|||
![]()
Ray,
I guess Bob and Domenic have answered your question ;-) It is workable. Regards, KL "Ray" wrote in message ... KL, No, I mean the same syntax is applied to countif. It seems not workable! Ray "KL" wrote in message ... I guess you meant SUMIF. Don't think so, SUMIF takes only 3 arguments. Regards, KL "Ray" wrote in message ... KL, Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray "KL" wrote in message ... =SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100) or a little slower: =SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100 ) Regards, KL "Ray" wrote in message ... I have three columns: a, b & c and need sum the figures on c if a = week1 and b = empty. Can someone suggest a formula to resolve this issue. Thanks, Ray |
#8
![]() |
|||
|
|||
![]()
Is this what you mean?
=SUMPRODUCT(--(A1:A100="week1"),--(B1:B100="")) In article , "Ray" wrote: KL, Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray |
#9
![]() |
|||
|
|||
![]()
Thanks for all useful suggestions!
Ray "Domenic" wrote in message ... Is this what you mean? =SUMPRODUCT(--(A1:A100="week1"),--(B1:B100="")) In article , "Ray" wrote: KL, Thanks for your useful suggestion. Is it possible to apply to countif function as well? Thanks, Ray |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif - multiple conditions | Excel Worksheet Functions | |||
Conditional Sum and multiple conditions across different sheets | Excel Worksheet Functions | |||
SUM based on multiple conditions - SORRY, URGENT!!! | Excel Worksheet Functions | |||
How to multiple conditions to validate more than 2 conditions to . | Excel Worksheet Functions | |||
Sum(if ... multiple conditions ... Interpretation? | Excel Discussion (Misc queries) |