NETWORKDAYS.INTL
Definition
Returns the number of net working days between two provided days excluding specified weekend days and holidays.
Sample Usage
Syntax
NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])
start_date- The start date of the period from which to calculate the number of net working days.end_date- The end date of the period from which to calculate the number of net working days.weekend- [ OPTIONAL -1by default ] - A number or string representing which days of the week are considered weekends.- String method: weekends can be specified using seven 0’s and 1’s, where the first number in the set represents Monday and the last number is for Sunday. A zero means that the day is a work day, a 1 means that the day is a weekend. For example, “0000011” would mean Saturday and Sunday are weekends.
- Number method: instead of using the string method above, a single number can be used. 1 = Saturday/Sunday are weekends, 2 = Sunday/Monday, and this pattern repeats until 7 = Friday/Saturday. 11 = Sunday is the only weekend, 12 = Monday is the only weekend, and this pattern repeats until 17 = Saturday is the only weekend.
holidays- [ OPTIONAL ] - A range or array constant containing the dates to consider as holidays.- The values provided within an array for
holidaysmust be date serial number values, as returned byNor date values, as returned byDATE,DATEVALUEorTO_DATE. Values specified by a range should be standard date values or date serial numbers.
- The values provided within an array for
Notes
NETWORKDAYS.INTLdoes not autoconvert number formats in the same way that Excellentable does upon direct entry into cells. Therefore,NETWORKDAYS.INTL(10/10/2000,10/10/2001)is interpreted asNETWORKDAYS.INTL(0.005,0.00499750124938), the quotients of 10 divided by 10 divided by 2000 and 2001, respectively.NETWORKDAYS.INTLcalculates the number of work days between two dates. To calculate the working days a specific number of days ahead of a date, useWORKDAY.INTL.NETWORKDAYS.INTLworks similarly toNETWORKDAYSbut also allows weekend days to be specified (for areas where Saturday and Sunday are not considered the weekend).
See Also
NETWORKDAYS: Returns the number of net working days between two provided days.
WORKDAY.INTL: Calculates the date after a specified number of workdays excluding specified weekend days and holidays.
EDATE: Returns a date a specified number of months before or after another date.
EOMONTH: Returns a date representing the last day of a month which falls a specified number of months before or after another date.
NOW: Returns the current date and time as a date value.
In order to use the NETWORKDAYS.INTL formula, start with your edited Excellentable.

By adding the values you would like to calculate, Excellentable generates the outcome:

A
|
B
|
C
|
|
|---|---|---|---|
1
|
|||
2
|
|||
3
|
|||
4
|
|||
5
|
|||
6
|
|||
7
|
|||
8
|
|||
9
|
|||
10
|
|||
11
|
|||
12
|
|||
13
|
|||
14
|
D
|
E
|
F
|
G
|
|
|---|---|---|---|---|
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
13
|
||||
14
|
H
|
|
|---|---|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9
|
|
10
|
|
11
|
|
12
|
|
13
|
|
14
|