KutoolsforOffice — One Suite. Five Tools. Get More Done.

Excel Formula: Count Days Between Two Dates Excluding Weekends

AuthorSunLast modified

doc-count-excluding-weekends-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-sample

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-count-excluding-weekends-2

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 omittedSaturday and Sunday
2Sunday and Monday
3Monday and Tuesday
4Tuesday and Wednesday
Wednesday and Thursday
Thursday and Friday
Friday and Saturday
11Sunday Only
12Monday Only
13Tuesday Only
14Wednesday 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-count-excluding-weekends-3


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


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.