Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Understanding Pivot Tables in Excel
  • How To Create Pareto Chart in Excel
  • How to Create Column Chart in Excel
  • Get column index in Excel Table
  • How to create a Histogram in Excel

References

  • Last row number in range
  • How to get last row in numeric data in Excel
  • Extract data with helper column in Excel
  • How to use Excel COLUMN Function
  • Offset in Excel

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation with conditional list
  • How To Create Drop-down List in Excel
  • Excel Data validation don’t exceed total
  • Excel Data validation only dates between

How to get workdays between dates in Excel

by

To calculate the number of workdays between two dates, you can use the NETWORKDAYS function. NETWORKDAYS automatically excludes weekends, and it can optionally exclude a custom list of holidays as well.

Formula

=NETWORKDAYS(start_date,end_date,holidays)
Note that NETWORKDAYS includes both the start and end dates in the calculation if they are workdays.

Explanation

For example, if you have the date January 4, 2016 (a Monday) in cell B4, and January 11, 2016 (also a Monday) in cell C4, this formula will return 6:

=NETWORKDAYS(B4,C4)

NETWORKDAYS can also exclude a custom list of holidays. For example, if you have holiday dates in H1:H10, you can tell NETWORKDAYS not to include these dates as workdays by adding that range as a third argument in the formula:

=NETWORKDAYS(B4,C4,H1:H10)

Custom weekends

If you need take into account custom weekends (i.e. weekends are Saturday only, Sunday and Monday, etc.) you’ll need to switch to the more robust NETWORKDAYS.INTL function, which allows you to set what days of the week are considered are considered weekends, by supplying a weekend argument in the form of a numeric code.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with boolean logic in Excel
  • How to use Excel XOR Function
  • Complete List of Excel Logical Functions, References and Examples
  • Check multiple cells are equal in Excel
  • Excel If, Nested If, And/Or Criteria Examples

Date Time

  • Convert date string to date time in Excel
  • How to calculate Next working/business day in Excel
  • Convert text timestamp into time in Excel
  • Get last day of month in Excel
  • How to calculate next anniversary date or birthday in Excel

Grouping

  • Map text to numbers in Excel
  • Running count group by n size in Excel
  • How to randomly assign people to groups in Excel
  • Categorize text with keywords in Excel
  • Group numbers at uneven intervals in Excel

General

  • Count cells that contain errors in Excel
  • Basic error trapping example in Excel
  • How to generate random number between two numbers in Excel
  • How to create dynamic named range with INDEX in Excel
  • Index and match on multiple columns in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning