Excel Function

NETWORKDAYS

Returns number of working days between dates.

NETWORKDAYS(start_date, end_date, [holidays])

Arguments

start_date

Required

Enter a date/reference-related value.

end_date

Required

Enter a date/reference-related value.

holidays

Optional

Specify a reference range. You can drag or click start/end cells.

Practice Preview

calculate and display date/time values. Use NETWORKDAYS to Returns number of working days between dates. For range arguments, drag from the start cell to the end cell in the same argument field, or click start and end cells in order. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=NETWORKDAYS(B2, C2, D2:D5)

Practice This Function