Forum Discussion
Vojtch575
Feb 28, 2024Copper Contributor
Conditional formatting based on difference of two dates
Hi, I guess this should be simple but I have been trying to figure out this for quite a while a cannot get it right.
I want to format a color of a cell (red) based on time passed between the date put in one cell (last time speaking with someone) and today. If the difference is larger than 18 months I want the cell to be colored.
thanks in advance!
5 Replies
- SergeiBaklanDiamond Contributor
- Liz_SchafferCopper ContributorThis is *almost* what I'm needing, but I need it in days, not months. How would I enter that formula?
- SergeiBaklanDiamond Contributor
Depends on what exactly you'd like to highlight. For example
=TODAY()-$A1 > 20to highlight dates which are more than 20 days in past.
- Vojtch575Copper Contributor
SergeiBaklan Thank you, that worked! You just probably saved me from mental breakdown 😄
- SergeiBaklanDiamond Contributor
Vojtch575 , you are welcome