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

SUMIFS Function

The SUMIFS function in Excel calculates the sum of a specified range based on multiple conditions. It is used by typing =SUMIFS(sum_range, criteria_range1, criteria1, ...) and can evaluate various criteria such as greater than, less than, or equal to. An example provided illustrates how to sum total stats for 1st Generation Water type Pokemon using specified conditions.

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)
2 views

SUMIFS Function

The SUMIFS function in Excel calculates the sum of a specified range based on multiple conditions. It is used by typing =SUMIFS(sum_range, criteria_range1, criteria1, ...) and can evaluate various criteria such as greater than, less than, or equal to. An example provided illustrates how to sum total stats for 1st Generation Water type Pokemon using specified conditions.

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

SUMIFS Function

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

It is typed =SUMIFS:

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

The conditions are referred to as criteria1, criteria2, and so on, 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 criteria_range1, criteria_range2, and so on, are the ranges where the function check for
the conditions.

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

Example

Find the sum of total stats for Water type 1st Generation Pokemon:

The conditions are that the type is "Water" and Generation is 1

The conditions are that the type is "Water" and Generation is 1


The function now calculates the sum of total stats for the 1st Generation Water type
Pokemon.

The function can be repeated for the following Generations to compare them:

Now, we can see the sum of total stats of Water type Pokemon between generations:

You might also like