The Excel Networkdays.Intl function calculates the number of whole work days between two supplied dates, excluding weekends and holidays. The function allows the user to specify which days are counted as weekends and holidays.
This function is new in Excel 2010 and so is not available in earlier versions of Excel. However, it is similar to the Networkdays function, which is available in earlier versions of Excel.
The syntax of the Networkdays.Intl function is:
Where the arguments are as follows:
start_date | - |
The start date, from which to count the number of workdays. (The start_date is counted in the returned number of days). |
|||||||||||||||||||||||||||||||||||||||||
end_date | - |
The end date, to count the number of workdays up to. (The end_date is counted in the returned number of days). |
|||||||||||||||||||||||||||||||||||||||||
[weekend] | - |
An optional argument, which specifies which weekdays should be counted as the weekend. This can be either a number or a string, as explained below: |
|||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||
[holidays] | - | An optional argument, which specifies an array of dates (in addition to weekends) that are not to be counted as working days. |
Note that Microsoft advises that you do not type dates directly into functions, as Excel may interpret text representations of dates differently, depending on the date interpretation settings on your computer. Therefore the start_date, end_date and [holidays] arguments for the Networkdays.Intl function should be input as either:
The spreadsheets below show three examples of the Excel Networkdays.Intl function used to calculate the number of work days between the two dates Dec 01, 2015 and Jan 15, 2016. In each case, the days to be counted as weekends and holidays are different.
Formulas:
|
||||||||||||||||||||||||||||||||||||||||||||
Results:
|
Note that, in the above spreadsheets:
Note also that, as recommended by Microsoft, in all three calls to the Networkdays.Intl function, the start_date, end_date, and [holidays] arguments have been supplied as cell references.
See the Microsoft Office website for further information and examples of the Excel Networkdays.Intl function.
If you get an error from the Excel Networkdays.Intl function, this is likely to be one of the following:
#NUM! | - | Occurs if the supplied [weekend] argument is an invalid numeric value. |
#VALUE! | - |
Occurs if either:
|