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 column that says complete, and the Due Date has been exceeded by 5 days. I've had headaches 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 situation!
Thank You!
Best Answer
-
Give this a shot:
=IF(Complete@row = 1, 0, IF([Due Date]@row < TODAY(-5), 1, 0))
Answers
-
Give this a shot:
=IF(Complete@row = 1, 0, IF([Due Date]@row < TODAY(-5), 1, 0))
-
Thank you very much John. That did it. I really appreciate your help.
-
Sure thing, @Tamiko Smith !
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!