Count or CountA

A

Arturo

One column of numbers from A1:A10
Trying to count how many of the numbers are > 60
=COUNT(A1:A10>60) aint working...

Appreciatively,
Arturo
 
B

Bob Phillips

=COUNTIF(A1:A10,">60")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top