Forum Discussion
Include Holidays as Working Days
- Oct 23, 2021
Rodrigo12Rodriguez WORKDAY.INT takes 4 arguments. The start date, a number of working days to add and two optional arguments to indicate which days are considered to be the weekend and any holidays. Don't fill in the holiday argument and the function will not exclude them.
So, a formula like this:
=WORKDAY.INTL(TODAY(),60)
....will add 60 working days to today's date, using the default weekend setting and ignore holidays.
Rodrigo12Rodriguez WORKDAY.INT takes 4 arguments. The start date, a number of working days to add and two optional arguments to indicate which days are considered to be the weekend and any holidays. Don't fill in the holiday argument and the function will not exclude them.
So, a formula like this:
=WORKDAY.INTL(TODAY(),60)
....will add 60 working days to today's date, using the default weekend setting and ignore holidays.