formula for past date

Is it possible to use the same formula but different length of time in the past?

IF(AND([Quote]@row <> "Completed", [Date Sent]@row <= TODAY(5)), "Green",

IF(AND([Quote]@row <> "Completed", [Date Sent]@row <= TODAY(10)), "Yellow", "Red"))))

If today is 04.15.2024 and I need the symbol to change color as days past...

04.15.2024 - 04.20.2024 = Green

04.22.2024 - 04.26.2024 = Yellow

anything after 04.26.2024 = Red

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!