Forum Discussion
Scrivsey78
Jun 26, 2025Copper Contributor
Conditional Formatting
I am setting up a spreadsheet using various dates. I would like to set it up so it highlights cells if within a 2/3 month period prior and also highlight if it hits or passes the date. I've set it up...
- Jun 26, 2025
Try the following rules. See the attached file.
=AND(C3>=TODAY(),C3<=EDATE(TODAY(),3)) =AND(C3<TODAY(),C3<>"")
Harun24HR
Jun 26, 2025Bronze Contributor
Try the following rules. See the attached file.
=AND(C3>=TODAY(),C3<=EDATE(TODAY(),3))
=AND(C3<TODAY(),C3<>"")