Count

  • Thread starter Thread starter Loi
  • Start date Start date
L

Loi

Hi,

I have a total column and use format condition.

Ex: If a number is =>90,it will change to red color
If a number is <90, it will change to green color.


At the end of sheet, I would like to have a total of red
and green.

Ex; 25 red and 15 green (just count, not a value of cell)

Thank you
Loi
 
Hi
use
=COUNTIF(A:A,">=90")
and
=COUNTIF("A:A"<90")

It would be VERY difficult to evaluate the conditional format colors
 

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