Thread
:
Create report for when a date is 3 years old
View Single Post
10-26-2022, 02:02 AM
p45cal
Windows 10
Office 2019
Expert
Join Date: Apr 2014
Posts: 948
Your conditional formatting could be based on something along the lines of:
Code:
=$A2<=DATE(YEAR(TODAY())-3,MONTH(TODAY()),DAY(TODAY()))
where A2 contains your date.
p45cal
View Public Profile
Find all posts by p45cal