Formula to calculate number of weekdays between 2 dates

dpaton05

Well-known Member
Joined
Aug 14, 2018
Messages
2,352
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
What is the formula to calculate the number of weekdays between 2 dates. I need it to not include public holidays, for instance, if I had a start date of 22/12/19 with a finish date of 26/12/19 (5 day period), I need the formula to return 3 weekdays, not 5 days as the 22nd is a sunday and the 25th is a public holiday.

  • Start date is in B13
  • Finish date is in B14
  • There is a range of public holidays in G87:DO97
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Thanks for that. I had a read and wasn't sure I could apply it to my situation.
 
Upvote 0
That formula doesn't count saturdays. If only sundays are off change 1 to 11 in the formula.

=NETWORKDAYS.INTL(B13,B14,1,G87:DO97)
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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