Hello Excel experts!
Is it possible to count the number of working days between a given range that are in a given month?
For example:
A1 = 11/04/2016
B1 = 11/05/2016
There are 22 working days between A1 and B1 (formula below)
=NETWORKDAYS(A1,B1,K$2:K$97)
K$2:K$97 contains bank holidays which are removed from the count.
However, if it’s possible and I can understand it! I’d like to split this out to show worked days in April and worked days in May? (using the dates above the following number of days have been worked in April and May)
C1 = April
D1 = 15
C2 = May
D2 = 7
Hope this makes sense!
Cheers
Is it possible to count the number of working days between a given range that are in a given month?
For example:
A1 = 11/04/2016
B1 = 11/05/2016
There are 22 working days between A1 and B1 (formula below)
=NETWORKDAYS(A1,B1,K$2:K$97)
K$2:K$97 contains bank holidays which are removed from the count.
However, if it’s possible and I can understand it! I’d like to split this out to show worked days in April and worked days in May? (using the dates above the following number of days have been worked in April and May)
C1 = April
D1 = 15
C2 = May
D2 = 7
Hope this makes sense!
Cheers