How can I add a colum with the Estimated percentage of progress

Currently, I have my percentage of " completed work". However I would like to know , how can I calculate the " estimated percentage of progress".
I mean. Today in one activity I have as "%Complete" an 80%, however accoring to my work plan by today in theory I should have that task at a 100%. How can I add that column to calcule the "%Estimated"?
Best Answer
-
You would use something along the lines of...
=(TODAY() - [Start Date]@row) / ([End Date]@row - [Start Date]@row)
Answers
-
Not sure I'm following. Are you saying you would like to know the following?
-----------------------------------------------------------------------------------------
IF...
Start Date = 1/1/23
Finish Date = 1/4/23
Then
Today's Date = 1/3/23 would mean %Estimated would equal 75%
-----------------------------------------------------------------------------------------
Is that right?
-
You would use something along the lines of...
=(TODAY() - [Start Date]@row) / ([End Date]@row - [Start Date]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!