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
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!