EXCEL NETWORKDAYS FUNCTION

This function returns a number corresponding to the number of full working days between start date and end date. Weekends (by default, Saturday and Sunday) and any dates you specify as holidays are not considered working days.
You can use this function to calculate employee benefits that accrue based on the number of days worked during a specific term.

Syntax:
=NETWORKDAYS (start_date, end_date, [holidays])

Parameter list:

  • start_date – the start date.
  • end date – the expiration date.
  • holidays – [optional] a list of one or more dates to be considered holidays.

Step By Step Guide of NETWORKDAYS Function

In this example, we are just calculating NETWORKDAYS without the third parameter to eliminate only weekends (by default Saturday and Sunday), and we are giving the two dates as holidays in the fourth case to make this function work.
These two holidays, as well as the weekend in between, will be excluded. If you wish to make a weekend out of any other days, you could use the NETWORKDAYS.INTL is an international function.

  • NETWORKDAYS returns the #VALUE! error value if any of the arguments is not a valid date.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now

Share this Content

Excel Functions

Excel Formulas

Excel Shortcuts

Excel Data Analytics

Excel Resources