COUNT and SUM

A

an

Hello!

I have:
10
100
25
50
....

I would like SUM and COUNT all values >20, for example.

Thanks in advance.
an
 
B

Bob Phillips

=COUNTIF(A:A,">20")

=SUMIF(A:A,">20")

--

HTH

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