View Single Post
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

Mike -
Assume your data is in the range A1:A100 and you want to count how many
numbers are greater than 10, this formula will work:

=COUNTIF(A1:A100,""&10)

--
David Billigmeier


"MikeDH" wrote:

Is there a way to count the number of cells with numbers greater than X in a
column? I'd appreciate the help.