Thread: COUNT
View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Christina Bachman Christina Bachman is offline
external usenet poster
 
Posts: 8
Default COUNT

Thank you....it worked.....I had a formula problem....

"Toppers" wrote:

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

Or

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

HTH

"Christina Bachman" wrote:

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