Description
Used to return the number of working days between two dates, assuming Sunday as holidays. For example, you were told that you have to submit your documents before 15-December-2020, and you wanted to know how many working days, do you have to ensure that all documentation will be completed.
Note: Networkdays work exactly opposite to WORKDAY function, in which date after specific working days is calculated. Further, there is also a difference from NETWORKDAYS function in which SUNDAY & SATURDAY are assumed as the weekend.
=NETWORKDAYS.INTL(start_date,end_date,weekend,holidays)
The NETWORKDAYS.INT function syntax has the following arguments:
- Start_date Required.
A date that represents the start date.
- End_Date Required.
A date that represents the end date.
- Weekend Optional.
Indicates the days of the week that are weekend days and are not included in the number of whole working days between start_date and end_date.
- Holidays Optional.
An optional list of one or more dates to exclude from the working day calendar, such as state and federal holidays and floating holidays.
The list can be either a range of cells that contain the dates or an array constant of the serial numbers that represent the dates.