I need a formula that will sum column S if column B =A2 and column k= range d2:d15.
Any ide how to use sumif or sumproduct to do this?
I need a formula that will sum column S if column B =A2 and column k= range d2:d15.
Any ide how to use sumif or sumproduct to do this?
Last edited by jimstrongy; 01-15-2012 at 11:59 AM.
Try
=SUMPRODUCT(--(B2:B20=A2),--(ISNUMBER(MATCH(K2:K20,D2:D15,0))),S2:S20)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks