Funcion de Excel

SUMIFS

Sums values that meet multiple conditions.

SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Argumentos

sum_range

Obligatorio

Specify the range of values to sum.

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 SUMIFS to aggregate 売上 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

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

Practicar esta funcion

Preguntas frecuentes sobre SUMIFS

Como usar SUMIFS en Excel?

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

Donde practicar SUMIFS?

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

Que argumentos pide SUMIFS?

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