% 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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives