Re: Sumproduct With Criteria
Hi Bluebells,
You don't need the ABS if you want to do it your way. If you want to change the values that you are looking for, then:
=SUMPRODUCT(--(ISNUMBER(MATCH(A1:A20,E1:E5,0))),--(ISNUMBER(MATCH(C1:C20,F1:F3,0))),--(B1:B20>=$G$1),--(B1:B20<=$G$2),B1:B20)
allows you to change the Min and Max values in cells G1 and G2 at any time.
Bill