Formula that sums the values if you have 2 criteria and 2 differe.

I

Inga

I need a formula that sums the values with 2 different criteria and 2
different look up ranges
 
B

Bob Phillips

=sumproduct(--(rng1=value1),--(rng2=value2),rng1)

will sum the values in rng1 where the two criteria match

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
B

Bob Phillips

Yes I did thanks, just resurrecting the box.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I

Inga

Thanks The link to the site was very helpful


Bob Phillips said:
Yes I did thanks, just resurrecting the box.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top