Excel AVERAGEIF Function

Summary

The Excel AVERAGEIF function computes the average of the numbers in a range that meet the supplied criteria. The criteria for AVERAGEIF supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Get the average of numbers that meet criteria

Return value

A number representing the average.

Syntax

=AVERAGEIF (range, criteria, [average_range])

Arguments

Usage notes

AVERAGEIF computes the average of the numbers in a range that meet the supplied criteria. If average_range is not supplied, the cells in range are averaged. If average_range is supplied, cells cells in average_range that correspond to cells in range are averaged.

To determine which cells are averaged, criteria is applied to range. Criteria can be supplied as numbers, strings, or references. For example, valid criteria could be 10, "10" ">10", or A1.

Notes:

 

Excel AVERAGEIF Function

Summary

The Excel AVERAGEIF function computes the average of the numbers in a range that meet the supplied criteria. The criteria for AVERAGEIF supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Get the average of numbers that meet criteria

Return value

A number representing the average.

Syntax

=AVERAGEIF (range, criteria, [average_range])

Arguments

Usage notes

AVERAGEIF computes the average of the numbers in a range that meet the supplied criteria. If average_range is not supplied, the cells in range are averaged. If average_range is supplied, cells cells in average_range that correspond to cells in range are averaged.

To determine which cells are averaged, criteria is applied to range. Criteria can be supplied as numbers, strings, or references. For example, valid criteria could be 10, "10" ">10", or A1.

Notes: