This function returns the number of days that have passed between two dates, except weekends (which are defaulted to Saturday and Sunday). Because you can specify which days of the week are designated as weekends, this function is more adaptable than the NETWORKDAYS function. For example, you can declare any day (such as Monday or Tuesday) or any two days (such as Tuesday and Wednesday or Wednesday and Thursday) a weekend.
You can also add holidays as a fourth parameter to exclude weekends from the number of days calculation. Excel 2010 included this feature.
Syntax:
=NETWORKDAYS.INTL (start_date, end_date, [weekend], [holidays])
Parameter list:
The weekend numbers (fourth parameter) are listed below.
Weekend number––—Weekend days
1 or omitted)––––—Saturday, Sunday
2––––––––––Sunday, Monday
3––––––––––Monday, Tuesday
4––––––––––Tuesday, Wednesday
5––––––––––Wednesday, Thursday
6––––––––––Thursday, Friday
7––––––––––Friday, Saturday
11–––––––––—Sunday only
12–––––––––—Monday only
13–––––––––—Tuesday only
14–––––––––—Wednesday only
15–––––––––—Thursday only
16–––––––––—Friday only
17–––––––––—Saturday only
Ask Your Query