Sumif

A

Angel160

If I use a SUMIF function, is it possible to compare different range
that have different criteria? If not, does any one know a way that
can do this?

Thank you
 
H

Hardy

Unless I have missed something, I would have thought you could nest a
many SUMIF statements within a normal Sum statement, such as,

=SUM(SUMIF(A4:A8,">4"),SUMIF(B3:B8,">3")
 
Top