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
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!