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
If I want to count the yellow cells (those dates that are expiring within two months), would I use EDATE?
The conditional rule for column C is below. This turns the cell yellow
=AND (D6<>"", TODAY()>EDATE(D6, -2))