Funcion de Excel

AVERAGEIF

Returns average for values matching a condition.

AVERAGEIF(range, criteria, [average_range])

Argumentos

range

Obligatorio

Specify the range used for condition check or aggregation.

criteria

Obligatorio

Enter the match condition, e.g. "Food", ">=80", "<>0".

average_range

Opcional

Specify the range of values to average.

Vista previa de practica

Use AVERAGEIF to calculate the average of 売上 in column D where カテゴリ matches 食品. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Formula correcta de ejemplo

=AVERAGEIF(C2:C8, "食品", D2:D8)

Practicar esta funcion

Preguntas frecuentes sobre AVERAGEIF

Como usar AVERAGEIF en Excel?

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

Donde practicar AVERAGEIF?

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

Que argumentos pide AVERAGEIF?

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