Creating an At Risk Formula
Hello Community,
I am trying to create a formula that will create a flag if the tasks are not marked as Completed in the status column and the Due Date has been exceeded by 3 days. I've had nothing but headaches in trying to figure this out.
I would be very grateful for any assistance you can provide with the IF formula which seems to be the formula to apply in this situatio!
Thank You!
Best Answers
-
Try something like this...
=IF(AND(Status@row <> "Complete", TODAY(-3) >= [Due Date]@row), 1)
-
Hello Mr. Newcome,
Thank you so much. That did the trick and worked perfectly.
I am grateful.
Answers
-
Try something like this...
=IF(AND(Status@row <> "Complete", TODAY(-3) >= [Due Date]@row), 1)
-
Hello Mr. Newcome,
Thank you so much. That did the trick and worked perfectly.
I am grateful.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!