COUNT

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

Guest

How do I count cells with numbers 1 and greater. My cells are counting the
-. All my cells are showing the - (zero value) but are being counted. Thanks
 
By not posting your formula, you don't give us anything to correct.

Try this:

For a range of numbers in A1:A100

This formula returns the count of cell values greater than 1:
B1: =COUNTIF(A1:A100,">1")

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
hi Christina,

=contif(a2:a1000,">=1")

hth
regards from Brazil
Marcelo

"Christina Bachman" escreveu:
 
=countif(A1:A100,">0") if numbers can be decimal and less than 1 e.g 0.56

Or

=countif(A1:A100,">=1")

HTH
 
Hi Christina sory for the typo error =countif(a2:a1000,">=1")

regards

"Marcelo" escreveu:
 
OOPs....you wanted 1 inclusive:

=COUNTIF(A1:A100,">=1")

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
It is close but it adding an addition 1, i.e. the count should be 10 but
gives me 11.
 
Hi Marcelo,
It is close to working but it adding an additional 1, i.e. the count
should be 11 but it shows 12. Thanks
 
It is close but it adding an addition 1, i.e. the count should be 10 but
gives me 11.
 
MAke sure in the range you are not including the cell that the formula is in
 

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