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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!