Sumif based on multiple conditions
Posted by Sandra on December 07, 2001 1:12 PM
I don't have the conditional sum wizard but want to write a formula that will sum only those cells that meet certain criteria. Example:
Sumif(D:D,20 AND C:C,<12,B:B)
In this case if the value if column D is 20 and the value in column C is less than 12, sum.
Is there a way to write a formula to do this?