Is it possible to calculate the number of weekdays between two dates in excel by month? E.g. between April x and May y there were 8 weekdays in April and 3 weekdays in May.
Thanks!
Is it possible to calculate the number of weekdays between two dates in excel by month? E.g. between April x and May y there were 8 weekdays in April and 3 weekdays in May.
Thanks!
With start date in A1 and end date in A2 use
=NETWORKDAYS(A1,EOMONTH(A1,0))
&
=NETWORKDAYS(EOMONTH(A2,-1)+1,A2)
First formula gives weekdays in first month
Second formula gives weekdays in second month
Life's a spreadsheet, Excel!
Say thanks, Click *
Hi excelquestionz,
I think you can simply use NetWorkdays() function alone without needing to break how many in each month. What happens if your start and end dates span more than a few months? Perhaps then Ace_XL formulas will be needed. See the attached.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks