CountIF

A

Arthur

I have a column of numbers. I want to count the occurences
within different ranges of numbers (like between 40 and
50).

I've tried the formulas below but they produce errors:

CountIf(Range,(>="40",<="50"))
CountIf(Range,and(>="40",<="50"))

Is there a way to do this?

Art
 
P

Peo Sjoblom

=COUNTIF(Range,">=40")-COUNTIF(Range,">50")

change ">50" to ">=50" if you don't want to include 50
 

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