Check the flag

CherylAK
✭✭✭✭
How can I get the flag column to activate when the date in another column is over 30 days old? I have been trying to do this in "conditioning" but can't get it to work. Thank you
Best Answer
-
=IF([Date1]@row < TODAY(-30), true, false)
Note the formula has to be in a checkbox column to display properly
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
Answers
-
=IF([Date1]@row < TODAY(-30), true, false)
Note the formula has to be in a checkbox column to display properly
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
-
Thank you so much!!!😊
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!