Excel WORKDAY function: adding workdays to the sart date and return a workday in future or past.
Start Date Days Workday Holidays
2/1/2020 3 2/5/2020 12/24/2019
12/3/2019 24 1/9/2020 12/25/2019
January 3, 2020 -18 12/5/2019 1/1/2020
Introduction of the function
The WORKDAY function is used to add a number of workdays to a started date and returns
the future or past workday in a serial number format. Weekend and the holidays you specified
are excluded when calculation. Know more
Required. A
Syntax and arguments number of Optional. A list of
workdays that you dates or an array
want to add to the constant of serial
start date. numbers which are
considered as non-
Required. The starting date workday.
that used to calculate the week begins.
workday.
WORKDAY(start_date,days,[holidays])
Example
days
holidays
start_date
WORKDAY(B4,C4,$F$3:$F$5)