This method produces a date based on the number of working days before or after a date that you give (the starting date). For future dates, use a positive number, while for previous dates, use a negative number. Weekends are excluded by default when using WORKDAY (Saturday and Sunday).
For example, the result of =WORKDAY(“01/01/2016”,3) is 42375, which is the serial number of the day 06-01-16. The 1st of January is a Friday, the 4th of January is a Monday, and the 5th of January is a Tuesday. Since the second parameter is 3, you will receive the fourth workday day as a response, which is the 6th of January 2016.
Syntax:
=WORKDAY (start_date, days, [holidays])
Parameter list:
Example :
Ask Your Query