I’m working with a date column in Smartsheet and want to apply conditional formatting based on the number of days since the event occurred. The goal is to automatically color-code the cells relative to today’s date.
For example:
- Blue if the event occurred more than 730 days ago.
- Green if the event occurred between 365 and 730 days ago.
I would also like to apply yellow formatting if a date is within one month of reaching either one year or two years since the event occurred. In other words, the cell should turn yellow if the date is within about 30 days of the 1-year mark or the 2-year mark.
I’m trying to determine the best way to implement this logic using Smartsheet formulas and conditional formatting rules.
Anyone have any ideas?