Status dropdown Vs % Complete calculation
Answers
-
Hi, that's not working for me. The '100%' is populating regardless of the status of the Status column.
-
That's because the % Complete is based on the dates.
Try this...
=IF(Status@row = "Complete", 1, IF(Status@row = "Not Started", 0, IF((TODAY() - [Start Date]@row) / ([Finish Date]@row - [Start Date]@row) < 1, (TODAY() - [Start Date]@row) / ([Finish Date]@row - [Start Date]@row), 1)))
-
Thanks Paul, that seems to be working now :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 500 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 78 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!