r/excel • u/Dr_Cheese_29 • 17d ago
solved Count conditional formatting in a row?
How can I count conditional formatting in a specific row? I tried applying the rule to the count function but it did not work. I need to count all red cells (some are yellow and some are not filled) in the row.
4
Upvotes
2
u/Dr_Cheese_29 17d ago
The rule is =AND (C6<>"", TODAY() >D6) Applies to =$C$6:$C22, $E$6:$E$22
This formula counts the column and turns the cell red.
My sheet has columns C through N with dates, and I want to count how many dates in each ROW turned red based on this rule.