COUNTIF Help

  • Thread starter Thread starter Jason B
  • Start date Start date
J

Jason B

Example:
Average
10 5 6 4 3 7 5 8 6
I want to be able to use a countif function to tell me the
amount of occurences that are greater than the average and
less than the average. I can get the countif function to
work as e.g. COUNTIF(A1:A8,">6") which returns 3, but
instead of ">6" I want to be able to reference it to a
specific cell as in ">A8" but this does not work. Any help
gratefully appreciated.
Thanks in advance
Jason.
 
Hi,

You need to use the &, this lets you mix strings and cell
references. SO in your example if you wanted to see how
many in your range where greater than the value in cell
A8, you would type: =COUNTIF(A1:A7,">="&A8)

Hope that helps
 

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

Back
Top