Como usar AVERAGEIF en Excel?
En esta pagina puedes revisar el objetivo de AVERAGEIF, sus argumentos y ejemplos de practica.
Returns average for values matching a condition.
AVERAGEIF(range, criteria, [average_range])range
ObligatorioSpecify the range used for condition check or aggregation.
criteria
ObligatorioEnter the match condition, e.g. "Food", ">=80", "<>0".
average_range
OpcionalSpecify the range of values to average.
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)En esta pagina puedes revisar el objetivo de AVERAGEIF, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de AVERAGEIF de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.