Formula to Calculate the Number of Work Days a Task Took
Good morning,
I am trying to figure out the number of work days between the actual start and finish dates.
The formula =Finish@row - Start@row is giving me the total number of days.
Example:
Start date = 03/07/2022
Finish date = 03/31/2022, the answer is 24. Whereas the workdays would be less.
The formula =WORKDAY(Finish@row - Start@row) returns an INCORRECT ARGUMENT SET.
Thank you for your help!
Best Answer
-
=networkdays(start@row,finish@row)
Answers
-
you're close but you needed to use =NETWORKDAYS
-
@Michael Culley Thank you, but I still get Incorrect Argument Set
-
=networkdays(start@row,finish@row)
-
@Michael Culley Thank you so much! That worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 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!