View Single Post
  #1   Report Post  
MikeDH
 
Posts: n/a
Default

Excellent. Thank you much sir.

"David Billigmeier" wrote:

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.