calculating day intervals, omitting 1 given day

gregz12345

New Member
Joined
Sep 19, 2018
Messages
7
I'm looking to calculate the days of the week between 2 sets up days, while not factoring in Saturdays.

For example below (with service days being the result):


ABService Days
30-May3-Jun3

<colgroup><col span="2"><col></colgroup><tbody>
</tbody>
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Try this, where May 30, 2019 is in A2 and June 3, 2019 is in B2.

Code:
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=NETWORKDAYS.INTL(A2,B2,17)-1[/FONT]
 
Upvote 0
You're welcome. I'm glad it's working for you.
 
Upvote 0
Just to confirm, if just sundays were to be omitted, the resulting formula should read: =NETWORKDAYS.INTL(A2,B2,11)-1 ?
 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,654
Members
449,245
Latest member
PatrickL

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