WORKDAY/WORKDAY.INTL function.Get the date (serial value) after the specified number of business days.

03/26/2024

Japanese version.

Get the date (serial value) after the specified number of business days.

How it works

WORKDAY

Fix weekends as Saturdays and Sundays.

=WORKDAY(start_date, days, holidays)
ArgumentOmissionSpecify
start_dateRequired argument.The date of the object of the calculation.
daysRequired argument.Specify the number of days to be calculated.
Positive numbers are calculated in the future, negative numbers in the past.
holidaysSpecify dates to exclude from calculation results, such as holidays.

WORKDAY.INTL

Specify the day of the week for the weekend.

=WORKDAY.INTL(start_date, days, weekend, holidays)
ArgumentOmissionSpecify
start_dateRequired argument.The date of the object of the calculation.
daysRequired argument.Specify the number of days to be calculated.
Positive numbers are calculated in the future, negative numbers in the past.
weekend1Weekend Patterns.
holidaysSpecify dates to exclude from calculation results, such as holidays.

weekend

weekendWeekend Pattern
1Saturday, Sunday
2Sunday, Monday
3Monday, Tuesday
4Tuesday, Wednesday
5Wednesday, Thursday
6Thursday, Friday
7Friday, Saturday
11Sunday only
12Monday only
13Tuesday only
14Wednesday only
15Thursday only
16Friday only
17Saturday only

Example Results

Prepare a worksheet for calculations and a worksheet for holidays.

function to calculate the date taking into account holidays.

"holidays" can be applied not only to public holidays but also to private holidays.

---

Links

Date & Time(Microsoft Excel Functions)