Workday used with subtracted dates
I am trying to calculate the time in working days that we spend in the survey phase. I've subtracted the start date from the actual complete date, which worked, but enveloping that in workday gives me the #INCORRECT ARGUMENT SET error.
=WORKDAY([SSR - ACTUAL REC'D FROM SURVEY CONSULTANT]@row - [SSR - ACTUAL START]@row)
I appreciate any and all help!
Answers
-
@aecross I think what you're looking for is the NETWORKDAYS function, which returns the number of working days between two dates. The syntax is NETWORKDAYS(start_date, end_date, [ holidays ])
So try this:
=NETWORKDAYS([SSR - ACTUAL START]@row, [SSR - ACTUAL REC'D FROM SURVEY CONSULTANT]@row)
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
I agree with @Jeff Reisman that you will need the NETWORKDAYS function, but the error you are getting from your formula is due to a syntax issue. You should have used a comma in between the two dates instead of the minus.
-
That worked, thank you both!
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
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!