Excel Function

NETWORKDAYS.INTL

Returns working days with customizable weekends.

NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])

Arguments

start_date

Required

Enter a date/reference-related value.

end_date

Required

Enter a date/reference-related value.

weekend

Optional

Set weekend pattern with codes 1-7 / 11-17, or a 7-character string such as "0000011".

holidays

Optional

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

Practice Preview

calculate and display date/time values. Use NETWORKDAYS.INTL to Returns working days with customizable weekends. 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. use 1 for weekend. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=NETWORKDAYS.INTL(B2, C2, 1, D2:D5)

Practice This Function