WORKDAYS
Calculates the number of workdays between two dates
Last updated
Was this helpful?
Calculates the number of workdays between two dates
Last updated
Was this helpful?
WORKDAYS(start
, end,
[holidays]
)
Returns the number of weekdays between two dates
start date
Date/time value(s) corresponding to start date
end date
Date/time value(s) corresponding to end date
holidays
List of dates to exclude from the count of weekdays
Number of weekdays between start date
and end date
, excluding any dates included in holidays
.