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
- 66.5K Get Help
- 434 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 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!