Conditional sumation

  • Thread starter Thread starter Craig Silver
  • Start date Start date
C

Craig Silver

I'm having a problem with SUMIF that should be very simple.

I have two columns A and B. I need to create a cell with the sum of all A
in a range where that row's B is a given value.

For example,

A B
1 4 2
2 5 8
3 2 (null)
4 3 2


If I'm looking for all rows with the B value of 2, I'd like to get the
result 7.

any suggestions?

Thanks.
 

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

Back
Top