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
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!