You are on page 1of 1

 Microsoft Excel

 Functions and Terms

 Count – a function used to count the cells with content in a range. =Count
 Sum – a function used to compute for the summation of the number of a range. =Sum
 Average – a function used to compute for the average of the number of a range. =Average
 COUNTIF – a function used to count the cells with a specified content within a range.
 =COUNTIF(range,criteria)
 =COUNTIF(J4:J8,”Yes”)

 AVERAGEIF – a function used to compute for the average of a range if a certain condition is met.
 =AVERAGEIF(range,criteria,average range)
 =AVERAGEIF(E4:E8,”Teacher”,F4:F8)

 Range- the range of cell where you want to look for the criteria.
 Criteria- a value or label that determines if a cell is part of the range to be averaged.
 Average Range- the actual range of cell that will be averaged.

You might also like