Como usar SUMIF en Excel?
En esta pagina puedes revisar el objetivo de SUMIF, sus argumentos y ejemplos de practica.
Sums values that meet a condition.
SUMIF(range, criteria, [sum_range])range
ObligatorioSpecify the range used for condition check or aggregation.
criteria
ObligatorioEnter the match condition, e.g. "Food", ">=80", "<>0".
sum_range
OpcionalSpecify the range of values to sum.
Use SUMIF to aggregate 売上 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
=SUMIF(C2:C8, "食品", D2:D8)En esta pagina puedes revisar el objetivo de SUMIF, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de SUMIF de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.