Parameter List
Syntax
WORKDAY(start_date, num_days,
[holidays]
)start_date
The date from which to begin counting. For example: 2022-04-06.
num_days
The number of working days to advance from start_date. If negative, counts backwards. For example: 10.
[optional] holidays
A range or array constant containing the dates to consider holidays. For example: B2:B6.