Minus workdays from dates

Hello,
I'm trying to minus days from dates using the following formulas but am getting errors everytime:
=NETWORKDAY([Date Printed]8 - [Date Dispatched]8) - gives me the error #Incorrect Argument Set
=NETWORKDAY([Date Printed]8, [Date Dispatched]8) - gives me #Invalid Data Type
What i'm trying to do is find out how many days it takes for an order to be dispatched, i have one column with the [Date Printed] and another column with [Date Dispatched].
SUM([Date Dispatched]11 - [Date Printed]11) works, but i want to exclude Saturday/Sundays.
Appreciate any help, thanks,
Comments
-
You'll want to use the =NETWORKDAYS function. https://help.smartsheet.com/function/networkdays. This function will display the number of workdays between two dates.
=NETWORKDAYS([Date Printed]8, [Date Dispatched]8)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 475 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!