One way: =SUMPRODUCT((B$2:B$10>25)*(B$2:B$10<49),A$2:A$10)
Good? hit the YES below
--
Max
Singapore http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
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.