[]
        
(Showing Draft Content)

NETWORKDAYS

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

[Required] Date that is the starting date; a number (as in 37806.5), or a DateTime object, as in DATE(2003,7,4)

enddate

[Required] 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

Examples

NETWORKDAYS(L4,L5)

NETWORKDAYS(R4C12,R1C1,R2C2)