% complete using a duration of dates
I am trying to get a percent complete using dates. For example, I have a start date and a finish date to get the duration (let's say that is 96 days) and I want to find out the percent complete using today's date (automatically updated each day) as the task progresses in time. I can't seem to figure out how to use TODAY() in the formula to return the result.
Best Answer
-
Hello @Heather_Goetz_DAL
Is this what you're going for?
=IF(TODAY() < Start@row, 0, IF(TODAY() >= Start@row + VALUE(SUBSTITUTE(Duration@row, "d", "")), 1, (TODAY() - Start@row) / VALUE(SUBSTITUTE(Duration@row, "d", ""))))https://www.linkedin.com/in/zchrispalmer/
Answers
-
Hello @Heather_Goetz_DAL
Is this what you're going for?
=IF(TODAY() < Start@row, 0, IF(TODAY() >= Start@row + VALUE(SUBSTITUTE(Duration@row, "d", "")), 1, (TODAY() - Start@row) / VALUE(SUBSTITUTE(Duration@row, "d", ""))))https://www.linkedin.com/in/zchrispalmer/
-
yes thank you very much
-
Great! Happy this worked for you :-)
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!