Download presentation
Presentation is loading. Please wait.
1
Computer Science & Engineering 2111
SUMIFS & AVERAGEIFS SYNTAX AND EXAMPLES This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they can be used to solve problems. CSE 2111 Lecture Sumif(s)/Averageif(s)
2
CSE 2111 Lecture Sumif(s)/Averageif(s)
SUMIFS FUNCTION Sums a range (using multiple criteria and multiple ranges) that meet a specific criteria All criterion must be true in order for the cell to be summed =SUMIFS(sum_range, criteria_range1,criteria1,[criteria_range2,criteria2], …) Sum_Range: Range to sum if criterion are met Criteria_Range1: Range of first criteria Criteria1: Criteria for range1 Criteria syntax rules the same as COUNTIF CSE 2111 Lecture Sumif(s)/Averageif(s)
3
CSE 2111 Lecture Sumif(s)/Averageif(s)
4
AVERAGEIF and AVERAGEIFS FUNCTION
=AVERAGEIF(criteria_range, criteria,[average_range]) Averages the number of items in a range that meet a specific criteria =AVERAGEIFS(average_range, criteria_range1,criteria1[criteria_range2,criteria2], …) Averages a range (using multiple criteria and multiple ranges) that meet a specific criteria All criterion must be true in order for the cell to be averaged. CSE 2111 Lecture Sumif(s)/Averageif(s)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.