Helf for CountIfs with combination of AND

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know how to count the number of cells that have data less than a certain value and greater than another value. It is data that is compared continuously and the data I am using for the comparisons changes every cell

Thanks
 
=SUMPRODUCT((A1:A100<45)*(A1:A100>22))

Bob Umlas
Excel MVP
megv said:
I want to know how to count the number of cells that have data less than a
certain value and greater than another value. It is data that is compared
continuously and the data I am using for the comparisons changes every cell.
 

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