Description
Used to return the date after given numbers (n) of working days, assuming Saturday and Sunday as holidays. For example, you were informed that your complaint will be addressed within 90 working days and you lodged your complaint on 25-Aug-1990.
Note: That this function works exactly opposite to NETWORKDAYS function, where working days between two dates are calculated.
=WORKDAY(start_date,days,holidays)
The WORKDAY function syntax has the following arguments:
- Start_date Required.
A date that represents the start date.
-
Days Required.
The number of nonweekend and nonholiday days before or after start_date.
A positive value for days yields a future date;
A negative value yields a past 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.