Flag for past due and complete
Hi,
I am new to Smartsheet formulas. I am trying to initiate a red flag when an item is past the due date (‘due date’ column) and the ‘complete’ column checkbox is unchecked; and, green flag when ‘complete’ checkbox is checked; regardless of the date condition. I have tried several different formulas found online/Smartsheet; Changed the column names, row numbers etc; no success.
Thanks for your time,
Al
Best Answers
-
Try something like this...
=IF(Complete@row = 1, "Green", IF([Due Date]@row < TODAY(), "Red"))
-
That works perfectly. Thanks for the quick response. Much appreciated.
Stay safe, stay healthy,
AL
Answers
-
Try something like this...
=IF(Complete@row = 1, "Green", IF([Due Date]@row < TODAY(), "Red"))
-
That works perfectly. Thanks for the quick response. Much appreciated.
Stay safe, stay healthy,
AL
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!