Using Excel 2013, I am attempting to divide total numbers of days in a period by month, excluding specific holidays and weekends. The total numbers would be calculated from user-entered start and end dates. I am able to calculate the total number of days for the period using NETWORKDAYS.
=NETWORKDAYS(A3, B3, Holidays!$A$2:$A$50)
I am also able to calculate the total of number of days for each month using NETWORKDAYS. Below is my example for January.
=NETWORKDAYS(DATE(2014,1,1), DATE(2014,1,31), Holidays!$A$2:$A$50)
I have yet to structure arguments that account for the user-entered dates by month. To illustrate, here's is a screenshot of what I would like to accomplish, but with formulas:
I have hundreds of cases to enter, and am hoping I can calculate the months with start and end dates rather than entering them manually.
Any suggestions? Thanks for your time.
Aug -> Jun
) – StephenH