multiple criteria then sum

G

Guest

I am trying to figure out how to sum a column based on 2 criteria being true.

criteria1 criteria2 volume
3 2 100
2 2 500
2 1 600
3 2 200

For example, I want the sum for volume when criteria 1 = 3 and criteria 2 =
2 simultanously. In this example, volume would equal 300.

Any suggestions?
 
G

Guest

What if you have two criteria and want to sum the same column?
I tried
=SUMPRODUCT((A2:A10=3)*(B2:B10=2),B2:B10)
and got a VALUE error
 
G

Guest

Hi

I've just tried it and it worked for me!! Make sure that your 'numbers' are
actually numbers and not text.

Andy.
 
G

Guest

Many thanks Andy! I tried it and it works nicely. I will check out the link
as well....

Regards, Kit
 

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

Top