Skip to main content

Excel Formula: Count Days Between Two Dates Excluding Weekends

doc convert date to julia 1

Generally, the DATEDIF function can count the days between two dates, but if you want to count the days between two dates but excluding weekends, which means to count workdays only in a date range in Excel, which formula can help you?

If you want to follow along with this tutorial, please download the example spreadsheet.
doc convert date to julia 1

Generic formula:

NETWORKDAYS(start_date,end_date,[holiday])

Syntaxt and Arguments

Start_date, end_date: the date range that you want to count workdays from.
Holiday: optional, the cell range that contains the holiday dates that you want to count days excluding.

Return Value

The formula returns a numeric value.

How this formula works

In cell B3 and C3 are the start date and end date, in cell B6:B10 list the holidays, please use below formula to count days excluding weekends and holidays.

=NETWORKDAYS(B3,C3,B6:B10)

Press Enter key to get the counting result.
doc convert date to julia 1

Explanation

NETWORKDAYS function: gets the number of working days between two dates.

Remark

By default, the weekends indicate Saturday and Sunday. If you want to specify the custom weekends, you can use the NETWORKDAYS.INTL function as below:

=NETWORKDAYS.INTL(start_date,end_date,[weekend],[holidays])

Week Number   Weekend Days
1 or omitted Saturday and Sunday
2 Sunday and Monday
3 Monday and Tuesday
4 Tuesday and Wednesday
Wednesday and Thursday
Thursday and Friday
Friday and Saturday
11 Sunday Only
12 Monday Only
13 Tuesday Only
14 Wednesday Only
15  Thursday Only
16  Friday Only
17  Saturday Only

Take an instance, the weekends are Monday and Tuesday, now you can count days excluding weekends and holidays with below the formulas:

=NETWORKDAYS.INTL(B3,C3,3,B6:B10)

doc convert date to julia 1


Relative Formulas

Relative Functions


The Best Office Productivity Tools


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I work weekends, but not holidays, and am finding nothing to help with that formula...
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations