=WORKDAY.INTL(start_date,days,[weekend],[holidays])
=WORKDAY.INTL(A1,1)
The WORKDAY.INTL function can be used to find the number of days between two dates, and it will take into account any holidays or days off that are specified. The default parameters are to exclude Saturday and Sunday.
=WORKDAY.INTL(A1,1,11)
The WORKDAY.INTL function can also be used to exclude a single day of the week. For example, if you wanted to exclude Sundays only, you could use the syntax above. The 11 indicates that Sunday is the day to be excluded.
=WORKDAY.INTL(A1,1,11,C1:C3)
You can also use the WORKDAY.INTL function to exclude specific dates in addition to a day of the week. For example, if you wanted to exclude a Monday, Wednesday and Friday, you could use the syntax above. The C1:C3 indicates the range of dates to be excluded, in addition to Sundays.
The WORKDAY.INTL function is used to calculate a date that is a certain number of workdays before or after a given date, with custom parameters for what days are considered weekends.