Kornilios Ampatzis/ May 2, 2019/ Functions

It returns the date that is the given number of days before or after the starting date. Weekends and holidays are excluded. The difference with the WORKDAY function is that it allows custom weekend days.

The syntax of the function is the following:

WORKDAY.INTL(start_date, days, [weekend], [holidays])

start_date: The start date from which we want to start the calculation.
days: The number of working days before (negative number) or after (positive number) the start_date.
[weekend]: Optional. A number that indicates which days of the week are part of the weekend. Default is 1.
[holidays]: Optional. A range of dates that are defined as holidays and excluded from the calculation.
weekendWeekend days
1Saturday, Sunday
2Sunday, Monday
3Monday, Tuesday
4Tuesday, Wednesday
5Wednesday, Thursday
6Thursday, Friday
7Friday, Saturday
11Sunday
12Monday
13Tuesday
14Wednesday
15Thursday
16Friday
17Saturday

Click on the button to practice using this function, with the help of our Online Assessment Tool:

Practice

Here is an example of how to use the WORKDAY.INTL function:

Use the proper formula in the cell I2 to produce the date which appears in the cell A2 with an addition of 5 more working days.
Make sure the formula will consider only Sundays as non-working days.

Share this Post