# NETWORKDAYS

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function returns the total number of complete working days between the start and end dates.

## Syntax

NETWORKDAYS(*startdate*,*enddate*,*holidays*)

## Arguments

This function has these arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *startdate* | Date that is the starting date; a number (as in 37806.5), or a DateTime object, as in DATE(2003,7,4) |
| *enddate* | Date that is the ending date; a number (as in 37806.5), or a DateTime object, as in DATE(2003,7,4) |
| *holidays* | [Optional] Range of dates to exclude from the calculation; if omitted, the calculation assumes no holidays and all weekdays are workdays |

## Data Types

Accepts numeric, string, or DateTime object data. Returns numeric data.

## Examples

`NETWORKDAYS(L4,L5)`
`NETWORKDAYS(R4C12,R1C1,R2C2)`

## Version Available

This function is available in product version 2.0 or later.

## See Also

[WORKDAY](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsTtoZ/FunctionWORKDAY) \| [NOW](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsMtoQ/FunctionNOW) \| [Date and Time Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsdatetime)