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 check box column and the Due Date is within the next 3 days. I've made several attempts at using an IF/AND formula, but can't seem to get it to work properly.
Any assistance you can provide would be greatly appreciated!
Thank You!
Answers
-
-
Hey Paul,
You're awesome! I just had to adjust the "greater than" to "less than" and it worked perfectly. Really appreciate the assistance.
Thank You!
-
-
I have applied the same type of formula to track At Risk completion of a task on its due date and its working well using the formula:
=IF(AND(Status@row <> "Complete", Finish@row <= TODAY(1)), 1)
I then created a separate column to track At Risk start-up of a task on its due date (status changes from "Not Started" to "In Progress") but this is not working correctly because it will also flag any task that is complete (status is "Complete").
=IF(AND(Status@row <> "In Progress", Start@row <= TODAY(1)), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!