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
- 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
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!