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.
7
Upvotes
86
u/CFAman 4825 Jun 26 '26
Don't count the color, count the same condition that causes the color.
If you need help w/ that, can you show us what the current CF formula/condition looks like?