Como usar AVERAGEIFS en Excel?
En esta pagina puedes revisar el objetivo de AVERAGEIFS, sus argumentos y ejemplos de practica.
Returns average for values matching multiple conditions.
AVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)average_range
ObligatorioSpecify the range of values to average.
criteria_range1
ObligatorioSpecify the range to evaluate criteria1.
criteria1
ObligatorioEnter the match condition for criteria1.
criteria_range2
OpcionalSpecify the range where criteria_range2 is evaluated.
criteria2
OpcionalEnter the match condition for criteria2.
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")En esta pagina puedes revisar el objetivo de AVERAGEIFS, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de AVERAGEIFS de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.