Como usar NETWORKDAYS.INTL en Excel?
En esta pagina puedes revisar el objetivo de NETWORKDAYS.INTL, sus argumentos y ejemplos de practica.
Returns working days with customizable weekends.
NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])start_date
ObligatorioEnter a date/reference-related value.
end_date
ObligatorioEnter a date/reference-related value.
weekend
OpcionalSet weekend pattern with codes 1-7 / 11-17, or a 7-character string such as "0000011".
holidays
OpcionalSpecify a reference range. You can drag or click start/end cells.
Use NETWORKDAYS.INTL to Returns working days with customizable weekends. You can set ranges by dragging from the start cell to the end cell in the same argument field.
Formula correcta de ejemplo
=NETWORKDAYS.INTL(B2, C2, 1, D2:D5)En esta pagina puedes revisar el objetivo de NETWORKDAYS.INTL, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de NETWORKDAYS.INTL de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.