NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel

NETWORKDAYS function: The function returns the number of intact working days calculated between two specific dates. Working days do not include weekends and holidays specified. Syntax: NETWORKDAYS (start_date, end_date, [holidays])

The following article introduces you to the NETWORKDAYS function - one of the functions in the date and time group function very popular in Excel.

images 1 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
Images 1 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel

Description: The function returns the number of intact working days calculated between two specific dates. Working days do not include weekends and holidays specified.

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

Inside:

- start_date: Start date to calculate the number of working days, is a required parameter.

- end_date: The end date to calculate the number of working days, which is a required parameter.

- holidays: Holidays need to be excluded from the working day, these days are usually not on a fixed list, is an optional parameter.

Attention:

- Excel stores the date as a serial number to facilitate the calculation process.

- If any function argument is invalid -> the function returns the #VALUE! Error value

For example:

Calculate the total number of business days for the following values:

images 2 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
Images 2 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel

- In the cell to calculate the total number of working days, enter the formula: = NETWORKDAYS (E7, F7, G7).

images 3 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
Images 3 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel

- Press Enter -> total working days is:

images 4 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
Images 4 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel

- Similarly copying the formula for the remaining prices results:

images 5 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
Images 5 of NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel

Here, with the same start and end dates, but since February 11, 2016 is off-company leave, the number of working days is reduced by 1.

Above are instructions and some specific examples when working with NETWORKDAYS function in Excel.

Good luck!

5 | 2 Vote
« PREV : How to insert...
MONTH function - The... : NEXT »