Duration Including Weekends
Hello!
We have our project (task tracker) set to exclude weekends, which is what we need as we don't want anything due on the weekend. However, we need a duration column that includes all days between the start and end date, not just the business days. How can I do this? It's currently showing the duration of business days only which will confuse our consultants.
Thanks!
Danielle
Answers
-
I have 2 sets of date columns: Target Start Date, Target End Date, Actual Start Date, and Actual End Date.
You could create a column, and call it whatever you want (such as Duration With Weekends).
Then paste subtract the dates like this using a column formula: =[Actual End Date]@row - [Actual Start Date]@row
Replace my column names with that of your own. Both columns should be Date type, or else this won't work.
BRgds,
-Ray
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 144 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!