Calculate percentage complete on a project based on time elapsed
I need help to finish a schedule for projects based on time elapsed. The current formula that I am trying to use has a Datedif formula but I don't think Smartsheet supports that. Any ideas or assistance would be helpful?
=DATEDIF([Projected Start Date]@row, [Projected Finish Date]@row,[Actual Finish Date]@row)/DATEDIF([Projected Start Date]@row,[Projected Finish Date]@row,[Actual Finish Date]@row)
Answers
-
Hi @Linda F
Hope you are fine, try to use the following formula
=(TODAY() - Start@row) / (Finish@row - Start@row)
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi Bassam
Thank you for your suggestion - =(TODAY() - [Actual Start Date]@row) / ([Actual Finish Date]@row - [Actual Start Date]@row)
It gave me an # DIVIDE BY ZERO message. The formula is above that I used. Is it brackets that caused the error?
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!