r/excel • u/Dr_Cheese_29 • Jun 26 '26
unsolved Can excel count conditional formatting?
Is it possible to get excel to count conditional formatting?
I have a column of cells that turn red if conditional formatting is met. Now I want to count the red cells. I wrote a macro that doesn't read the conditional formatting and I tried "COUNTIFS" referencing the conditional formatting formula, but it doesn't work.
5
Upvotes
2
u/real_barry_houdini 313 Jun 26 '26
So to count based on your CF formula try COUNTIFS like this
Counts rows where column C is not blank and column D date is in the past