How to use "count if" with criteria within a cell?

K

Kim SACS

How do I use the count if function with the criteria being > or < (greater
than or less than) within defined cell that has a single numerical value?

Count if with > or < when it has a typed in number works fine. I cant seem
to get it to work when I specify a particular cell.
 
B

Bob Phillips

=COUNTIF(A:A,">10")-COUNTIF(A:A,">20")

will count all items between and including 11-20
 
D

Dave Peterson

Maybe...

=countif(a1:a10,">"&B1)



Kim said:
How do I use the count if function with the criteria being > or < (greater
than or less than) within defined cell that has a single numerical value?

Count if with > or < when it has a typed in number works fine. I cant seem
to get it to work when I specify a particular 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

Top