Calculating task % Complete based on todays date

Dan Harris
✭✭✭✭✭
Is there a formula available to calculate % complete a task should be completed, based on todays date?
Thanks
Tags:
Answers
-
Hi Dan,
Your formula should look like something like this:
=(TODAY()-[Start Date]@row)/([End Date]@row-[Start Date]@row)
You can replace the (End Date - Start Date) by the duration column which should give the same result.
You can add some IF statement at the beginning to check if [Start Date] is in the future or not, to return 0.
Also make sure that Start and End aren't the same date, otherwise you'll have some divide by zero.
Hope it helped!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives