Funcion de Excel

COUNTIFS

Counts cells matching multiple conditions.

COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Argumentos

criteria_range1

Obligatorio

Specify the range to evaluate criteria1.

criteria1

Obligatorio

Enter the match condition for criteria1.

criteria_range2

Opcional

Specify the range where criteria_range2 is evaluated.

criteria2

Opcional

Enter the match condition for criteria2.

Vista previa de practica

Use COUNTIFS to count rows where カテゴリ matches 食品 and where 売上 matches >=1000. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Formula correcta de ejemplo

=COUNTIFS(C2:C8, "食品", D2:D8, ">=1000")

Practicar esta funcion

Preguntas frecuentes sobre COUNTIFS

Como usar COUNTIFS en Excel?

En esta pagina puedes revisar el objetivo de COUNTIFS, sus argumentos y ejemplos de practica.

Donde practicar COUNTIFS?

Usa el boton de practica al final de la pagina para comenzar ejercicios de COUNTIFS de inmediato.

Que argumentos pide COUNTIFS?

La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.