This function computes the average of all cells in a range that fulfil the criterion.
Syntax:
=AVERAGEIF(range, criteria, [average_range])
Parameter list:
Example Here :
here to get Average of total marks, =AVERGEIF(C6:C10, “>20”) , returns 77.4, in which in the AVERAGEIF we are given range and criteria.
Ask Your Query