% complete, can it be calculated based on today's date?

rbaechel
✭✭
So I want to know if % completed can be populated automatically based on today's date? If so how can I do that ?
Thank you
Answers
-
This is very dependent on how you have your sheet setup. Here is a simple version of what I believe you are asking:
The formula for [Percent of Completion] is:
=IF(AND(ISDATE([Start Date]@row), ISDATE([End Date]@row)), IF([End Date]@row <= TODAY(), 1, IF([Start Date]@row > TODAY(), 0, (NETDAYS([Start Date]@row, TODAY())) / (NETDAYS([Start Date]@row, [End Date]@row)))))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 151 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives