formula for a project to determine the #weeks based on the Project completion date
Answers
-
Hello
I'd love to know what would be the best formula for a project to determine the #weeks based on the Project completion date and go backwards from there.
For example 9/8 is the Project due date, so this would be week 0, then the previous task will follow under wk 1 and so on. This will be dependent on the dates constraints obviously, so there might be a few tasks under wk1.
If anyone has any insights it would be greatly appreciated.
Here is one example I found https://community.smartsheet.com/discussion/75456/weeks-to-project-due, but I need the due date to be reflected as week 0 ;)
Many thanks,
-
Are you able to provide a screenshot of your sheet for reference? We should be able to subtract the due date on that row from the max due date and then divide by seven. The ROUNDDOWN function should get what you need.
=ROUNDDOWN((MAX([Due Date]:[Due Date]) - [Due Date]@row) / 7)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!