D
Dan Perez
I want to do a sumif() command if cell a=x AND b=y.
=SUMPRODUCT((A1:A10="x")*(B1:B10="y")*(C1:C10))
Change the range references and criteria as needed.
Try this, must be entered as an array...
{=SUM(IF((I13:I21=I9)*(K13:K21=K9),M13:M21,0))}
adjust range...
yes, the function description mentions this explicitly.
Wildcards cannot be used here.