Countif cell greater than average

G

Guest

I want to be able to count how many cells hold numbers which are greater than
the average of the cells. I have a cell which shows the average and want to
be able to refer to that cell in the criteria for the COUNTIF function.

For example, if the cells to be counted are in A1:A10 and the average of
those is in A11 I have tried COUNTIF(A1:A10,â€>A11†but it doesn’t work!

I am using 2003
 
R

RagDyer

You almost got it.

Try this:

=COUNTIF(A1:A10,">"&A11)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
G

Guest

Thanks to you both. Presumably I can use the & to connect the operator to a
full function as well as just a cell reference. E.g.
=Countif(A1:A10,â€>â€&AVERAGE(A1:A10))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top