description:
Returns the number of whole workdays between two dates. |
syntax:
=NETWORKDAYS( start_date, end_date, [holidays] ) |
required arguments:
start_date | The start date. |
end_date | The end date. |
optional arguments:
[holidays] | A list of one or more dates that should be considered non-work days. |