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;
<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
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 |
Jan | 01/01/2018 | 18/01/2018 |
Feb | 19/01/2018 | 16/02/2018 |
Mar | 19/02/2018 | 16/03/2018 |
Apr | 19/03/2018 | 18/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