Site icon ExcelNotes

How to Use WORKDAY.INTL Function

The WORKDAY.INTL function is to return a number that represents a date before or after a number of working days with custom weekend parameters.

Formula:

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

Explanations:

Cautions:

Example 1: After 50 working days, January 18, 2016 will be March 16, 2016, if only Monday as weekend.

=WORKDAY.INTL(A2,B2,12)

Example 2: After 50 working days, January 18, 2016 will be March 17, 2016, if only Monday as weekend, and not to count the holidays.

=WORKDAY.INTL(A3,B3,12,C3)

Example 3: After 50 working days, January 18, 2016 will be March 17, 2016, if Monday and Tuesday as weekends, and not to count the holidays.

=WORKDAY.INTL(A4,B4,3,C3:C4)

Download: WORKDAY.INTL Function

Exit mobile version