Ignoring weekends in days calculation
Hi all, I'm attempting to find a formula that allows me to ignore weekends to get an accurate count of how long an assignment is taking. A screenshot of what I'm looking for is below.
I want to take the Date PIC Received - Date PM Assigned and ignore weekends. So in the below example, it should be 1 day since the 23rd was a Friday, and the Assignment was made on Monday.
Best Answer
-
=NETWORKDAYS(Date PIC Received, Date PM Assigned) -1
Answers
-
Hi @bhartz
You can use Networkdays() formulae. Subtract 1 since it includes both ends.
-
@Dheeraj Goyal would it look like: =NETWORKDAYS(Date PIC Received, Date PM Assigned, -1)?
I'm not the most versed when it comes to Smartsheet formulas.
-
=NETWORKDAYS(Date PIC Received, Date PM Assigned) -1
-
@Dheeraj Goyal THANK YOU!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!