Conditional format Count

  • Thread starter Thread starter Michael168
  • Start date Start date
M

Michael168

How to count the no of cells when the conditional format comes true. Let
says count by color=red.

Thanks
 
What is your conditional format? Use the same criteria and countif..
Assume that the conditional format is red for >50, then use

=COUNTIF(Range,">50")
 
Back
Top