Excel SUMIF Function

The SUMIF function is a premade function in Excel, which calculates the sum of values in a range based on a true or false condition.

=SUMIF(range, criteria, [sum_range])

Find the sum of Total stats for Grass type Pokemon:

The condition is that the type is “Grass”.

Example SUMIF function, step by step:

  1. Select the cell F3
  2. Type =SUMIF
  3. Double click the SUMIF command
  4. Specify the range for the conditionB2:B10 (the Type 1 values)
  5. Type ,
  6. Specify the criteria (the cell E3, which has the value “Grass”)
  7. Type ,
  8. Specify the range for the sum C2:C10 (the Total values)
  9. Type ,
  10. Hit enter

Leave a comment

Your email address will not be published. Required fields are marked *