November 20, 2018
The Excel SUMIF function is similar to the SUM function except it takes in a condition criteria. The SUMIF function will use the to determine whether the value will be counted in the SUMIF function.
=SUMIF(sum_range, criteria, criteria_range)| Name | Required | Description |
|---|---|---|
| sum_range | Yes | details |
| criteria | Yes | details |
| criteria_range | No | details |
=SUMIF(B:B, ">=50")=SUMIF(B:B, "<50", C:C)add video here