Funcion de Excel

AVERAGEIFS

Returns average for values matching multiple conditions.

AVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Argumentos

average_range

Obligatorio

Specify the range of values to average.

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 AVERAGEIFS to calculate the average of 売上 in column D 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

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

Practicar esta funcion

Preguntas frecuentes sobre AVERAGEIFS

Como usar AVERAGEIFS en Excel?

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

Donde practicar AVERAGEIFS?

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

Que argumentos pide AVERAGEIFS?

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