Counting Conditional Filtered (By Color) Cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the conditional filter to color a cell blue if a given condition
exists.

Is it possible for a formula to "Count" the number of cells that are blue
over a given range ?

Thank you in advance
 
Use the same criteria that you use for conditional formatting and countif,
so if you format cells greater than 5

=COUNTIF(A2:A200,">5")

as an example


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com
 
I think he wants to count conditionally formatted colours, not just manually
formatted colours.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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