Networkdays.intl

UFGATORS

Board Regular
Joined
Nov 28, 2008
Messages
136
Office Version
  1. 365
I have a facility that operates 6-days a week Mon - Saturday. I need to be able to calculate the net workdays. In cell L2 is the month. For the normal workweek Mon-Friday I have the following formula "=NETWORKDAYS(L2,EOMONTH(L2,0))". Reading about the NETWORKDAYS.INTL I see you can designate the number of days in a workweek but I can't figure it out. Thanks
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I have a facility that operates 6-days a week Mon - Saturday. I need to be able to calculate the net workdays. In cell L2 is the month. For the normal workweek Mon-Friday I have the following formula "=NETWORKDAYS(L2,EOMONTH(L2,0))". Reading about the NETWORKDAYS.INTL I see you can designate the number of days in a workweek but I can't figure it out. Thanks

You can add a third argument that tells it what your workdays are (use 0) and what your weekends are (use 1). So, for six workdays a week with Sundays off, you would use this as the third argument... "0000001". So, using the formula you posted, try changing it to this...

=NETWORKDAYS(L2,EOMONTH(L2,0),"0000001")
 
Upvote 0
That simple, I was aware of using 11, but I could not figure where to place it. Thank you.
 
Upvote 0

Forum statistics

Threads
1,225,740
Messages
6,186,759
Members
453,370
Latest member
juliewar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top