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
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!