Duration Formula Workdays Only
Hello. What formula would you use to calculate the duration (number of days) of a task from Start Date to End Date that only counts workdays?
I realize that most templates come with this column built in, but I am creating a second column so I can compare planned duration to actual duration.
Thank you for your help!
Best Answer
-
Thank you!!
Answers
-
@Madeleine Eames This calcs that for me in my sheet.
=NETWORKDAYS([Due Date]$1, [Date Completed]$1)
I'm calculating in a single row, if you want to do this down a column, this works too:
=NETWORKDAYS([Due Date]@row, [Date Completed]@row)
-
Thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!