Syntax. AVERAGEIFS(average_range,criteria_range1,criteria1,criteria_range2,criteria2,...)
Definition. This function returns the average of all cells that meet several criteria.
If average_range is empty or is a text value, AVERAGEIFS() returns the #DIV0!
error.
If a cell in average_range cannot be converted into a number, AVERAGEIFS() returns the #DIV0!
error.
If no cells in the range meet the criteria, AVERAGEIFS() returns the #DIV0!
error.
As you can see in Figure 12-8, the formula uses the following arguments:
average_range: This is cell range D2:D30 because this column contains the values from which the mean value is calculated.
criteria_range1: This is cell range C2:C30 because these cells contain criteria on which the evaluation is based.
criteria1: Software A is specified, because you only want to know the mean value of the click rate after this mailing was sent.
criteria_range2: This is cell range D2:D30 because these cells contain criteria on which the evaluation is based.
criteria2: “>10000” is specified because you only want to know the mean value of the click rates higher than 10,000.
You can make the following statement from these results: For the past 30 months, the average click rate after the Software A mailing was 15,221.50.
If you calculate the average click rate for the Software B and Software C mailings, the result shows that the average click rate after the Software A mailing is the highest, as shown in Figure 12-9.