multiple condition formula

C

cudan

I want to add values in column A if values in column B are >25 but <49?
Please help. Thanks
 
J

JBeaucaire

This formula will work on any size dataset, you don't have to set the range
like you do with SUMPRODUCT():

=SUMIF(B:B, ">25", A:A) - SUMIF(B:B, ">48", A:A)
 

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