The date for from which the difference is to be computed. The start_date can be earlier than, the same as, or later than the end_date.
The date for to which the difference is to be computed.
Optional. Indicates the days of the week that are weekend days and are not included in the number of whole working days between start_date and end_date. Weekend is a weekend number or string that specifies when weekends occur. Weekend number values indicate the following weekend days:
Optional. An optional set of one or more dates that are to be excluded from the working day calendar. holidays shall be a range of values that contain the dates, or an array constant of the serial values that represent those dates. The ordering of dates or serial values in holidays can be arbitrary.
Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days.
Category: Date and time