Network days in date range

mrsr1

New Member
Joined
Jan 29, 2019
Messages
2
Hi,

I have a set of data that has start date 01/01/2018 and end date 30/03/2018, this a total of 65 workings days. How do I split the number of working days into months if the months date range is;
Month
Start date End Date
Jan01/01/2018
18/01/2018
Feb19/01/201816/02/2018
Mar19/02/201816/03/2018
Apr19/03/201818/04/2018

<colgroup><col><col span="2"></colgroup><tbody>
</tbody>

Can I see how many working days are in each month for the 65 days? in the end I would like to have Jan 14, feb 21, mar 20, apr 10
Hope that makes sense.

thanks
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hi,

Have you tested =NETWORKDAYS(B2,C2)

Hope this will help
 
Upvote 0
Hi,

Sorry I don't think I am explaining myself very well; I have a data set that looks like this, so I know the network days total but I want to split them by month:
Absence StartAbsence CloseTOTAL
08-Jan-1812-Jan-185.00
22-Oct-1823-Oct-182.00
27-Aug-1829-Aug-183.00
06-Nov-1809-Nov-184.00
04-Jan-1808-Jan-183.00
18-Jun-1818-Jun-181.00
29-Jan-1802-Feb-185.00
29-Jan-1802-Feb-185.00
15-Nov-1818-Nov-182.00
05-Jun-1810-Jun-184.00
30-Jul-1803-Aug-185.00
09-Jan-1815-Jan-185.00
19-Mar-1823-Mar-185.00

<colgroup><col><col span="2"></colgroup><tbody>
</tbody>

and I want to know how many working days there are for each month if the month range is:
MonthStart dateEnd Date
Jan03/01/2018 18/01/2018
Feb19/01/201816/02/2018
Mar19/02/201816/03/2018
Apr19/03/201818/04/2018
May19/04/201818/05/2018
Jun21/05/201818/06/2018
Jul19/06/201818/07/2018
Aug19/07/201817/08/2018
Sep20/08/201818/09/2018
Oct19/09/201818/10/2018
Nov19/10/201816/11/2018
Dec19/11/201831/12/2018

<colgroup><col><col span="2"></colgroup><tbody>
</tbody>

sorry excel is not my friend
 
Upvote 0
... I have a set of data that has start date 01/01/2018 and end date 30/03/2018, this a total of 65 workings days. How do I split the number of working days into months...
With your month date range data in A1:C5 and the 01/01/2018 and 30/03/2018 in cells F2, G2, try placing the following formula in cell D2 and drag-copying it down:

=MAX(0,NETWORKDAYS(MAX(B2,$F$2),MIN(C2,$G$2)))
 
Upvote 0

Forum statistics

Threads
1,203,524
Messages
6,055,906
Members
444,832
Latest member
bgunnett8

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