Counting weekdays in specific months

cole416

New Member
Joined
Dec 12, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi all, I am trying to calculate from 1/2023 to 11/2032 how many weekdays there are in each month between those dates. I basically just have a row right now listing out each month and was trying to get a formula that would just go down each row in a column to the right of the dates.

I keep seeing solutions for workdays, but I need specifically weekdays M-F to be counted, i dont care about holidays. I can then just subtract that from the total amount of days in each month to get the weekends, so my focus is really on just the weekdays.

Let me know if I need to provide more information.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
How about
Fluff.xlsm
ABC
1Dateweekdaysweekends
201/01/2023229
301/02/2023208
401/03/2023238
501/04/20232010
601/05/2023238
701/06/2023228
801/07/20232110
901/08/2023238
1001/09/2023219
1101/10/2023229
1201/11/2023228
1301/12/20232110
Main
Cell Formulas
RangeFormula
B2:B13B2=NETWORKDAYS(A2,EOMONTH(A2,0))
C2:C13C2=NETWORKDAYS.INTL(A2,EOMONTH(A2,0),"1111100")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,376
Members
449,080
Latest member
Armadillos

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