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...
- Feb 28, 2024
Liz_Schaffer
Jul 02, 2024Copper Contributor
This is *almost* what I'm needing, but I need it in days, not months. How would I enter that formula?
SergeiBaklan
Jul 03, 2024Diamond Contributor
Depends on what exactly you'd like to highlight. For example
=TODAY()-$A1 > 20
to highlight dates which are more than 20 days in past.