0% found this document useful (0 votes)
4 views

SUMIF Function

The SUMIF function in Excel calculates the sum of values in a specified range based on a given condition. It is structured as =SUMIF(range, criteria, [sum_range]), where criteria can include comparisons like greater than, less than, or equal to. An example provided demonstrates how to sum the Total stats for Grass type Pokemon using this function.

Uploaded by

pranavshankarkp9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

SUMIF Function

The SUMIF function in Excel calculates the sum of values in a specified range based on a given condition. It is structured as =SUMIF(range, criteria, [sum_range]), where criteria can include comparisons like greater than, less than, or equal to. An example provided demonstrates how to sum the Total stats for Grass type Pokemon using this function.

Uploaded by

pranavshankarkp9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

It is typed as

=SUMIF(range, criteria, [sum_range])

The condition is referred to as criteria, which can check things like:

 If a number is greater than another number >

 If a number is smaller than another number <

 If a number or text is equal to something =

The [sum_range] is the range where the function calculates the sum. It is optional.

If not specified, the function calculates the sum of the same range as the condition.

Example SUMIF function

Find the sum of Total stats for Grass type Pokemon:

The condition is that the type is "Grass".

1. Select the cell

2. Type =SUMIF

3. Double click the SUMIF command

4. Specify the range for the condition and type ,


5. Specify the criteria and type (which has the value "Grass") and type ,
6. Specify the range for the sum (the Total values) and type ,
7. Hit enter
The function now sums the Total stats for Grass type Pokemon.

The function can be repeated for the other Pokemon types to compare them:

Now, we can see the sum of total stats for the different types of Pokemon:

You might also like