Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am tryring to use a SUMIF formula with two differnt criteria. I.E. Sum IF
<Blank or Blank. Every time I add the second criteria it cancels out the first one. Any suggestions? |
#2
![]() |
|||
|
|||
![]()
Hi,
You can use the SUMPRODUCT function as follow: =SUMPRODUCT( (Criteria1) * (Criteria2) * ... * (RangeToSum) ) The * between criteria behave as an AND Eg: =SUMPRODUCT ((A1:A10010) *(A1:A100<=20) *(B1:B100="G") *(D1:D100)) -- Regards, Sébastien "JCARROLL" wrote: I am tryring to use a SUMIF formula with two differnt criteria. I.E. Sum IF <Blank or Blank. Every time I add the second criteria it cancels out the first one. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array Formula w/ Multiple SumIf Criteria | Excel Worksheet Functions | |||
sumif formula returns incorrect value | Excel Worksheet Functions | |||
How do I set up a formula with multiple criteria? | Excel Worksheet Functions | |||
sumif with multiple criteria | Excel Worksheet Functions | |||
Sum(if ... multiple conditions ... Interpretation? | Excel Discussion (Misc queries) |