Update Status formula - late versus complete
Howdy,
Question. I am using a status formula:
=IF(Finish@row < TODAY(), "Late", IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress")))
This formula populates the status based on the % complete and due date. It works well, with one exception. If the % complete is marked 100% after the due date, the status remains "Late", when it's actually 100% complete. The 100% complete needs to override the "Late" status.
Any ideas on how to modify this formula? Attached is a screenshot displaying the issue.
Thanks!
Best Answer
-
perfect. It works great. thank you!!
Answers
-
I think if you change the order it will work, it stops on the IF it finds first:
=IF([% Complete]@row = 1, "Complete", IF(Finish@row < TODAY(), "Late", IF([% Complete]@row = 0, "Not Started", "In Progress")))
-
perfect. It works great. thank you!!
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