Count how many times conditional formatted cells are positive

  • Thread starter Thread starter Caroline Keen
  • Start date Start date
C

Caroline Keen

Once you have applied conditional formatting, is it possible to count the
number of cells that turn the different colours?
 
Counting by colors requires code (a UDF). However, the simple workaround is
to count by the same condition that triggers the color.

If, for example, your condition is a positive number, then use:
=countif(range,">0")

Regards,
Fred
 

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