counting cells with a formula

S

solo_razor

hi,

I want to count cells with a specific value. I don't know how i can put
this in a formula, can anybody help me with this problem.

regards,
 
T

The Red Cardinal

solo_razor said:
hi,

I want to count cells with a specific value. I don't know how i can
put this in a formula, can anybody help me with this problem.

regards,


The command you need is COUNTIF...

=COUNTIF(range of cells, condition in "")

e.g.

=COUNTIF(A1:A200, ">10")

will return the number of cells in the first 200 rows of column whose value
is over 10.

Hope this helps...
 

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