Am I able to create a formula that will advance the percentage complete based on start and End Date?
Answers
-
@Andrée Starå, Any insight here?
-
@Todd Smelser, re: formula counting in the wrong direction…
Going through your formula, I think you may have the last two parameters reversed. I changed to this, and it seemed to work. So, if Today is greater than finish row, 1; else, if today is less than start row, 0. Let me know if this works!
=IFERROR(IF(ISBLANK(Start@row), "", IF(TODAY() > Finish@row, 1, IF(TODAY() < Start@row, 0, IF(AND(TODAY() > Start@row, TODAY() < Finish@row), ((1 / (Finish@row - Start@row)) * (Finish@row - TODAY()) / 1), IF(TODAY() > Finish@row, 1, IF(TODAY() < Start@row, 0, "")))))), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 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!