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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!