Multiple if statements in a sumif function

T

TPDigg

I would like to create a sumif statement that uses two criteria...so sumif
a=b and c=d then sum the values in the range. Any ideas?

thanks
 
B

Bob Phillips

=SUMPRODUCT(--(rng1=value1),--(rng2="value2"),rng3)


--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
T

TPDigg

Worked great!!!thank you for the help

Bob Phillips said:
=SUMPRODUCT(--(rng1=value1),--(rng2="value2"),rng3)


--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Top