Sumif with multiple criteria

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

How can I specify 2 different ranges and 2 different
criteria in a sumif formula?
Thanks in advance!
 
You cant with SUMIF but you can with SUMPRODUCT

=SUMPRODUCT((range1 = value1)*(range2 = value2))

HTH
Alan
 
What is being summed?
=SUMPRODUCT((range1 = value1)*(range2 = value2))

may need to add a range to be summed
=SUMPRODUCT((range1 = value1)*(range2 = value2)*range3)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top