Returns the average of the specified arguments.
Syntax Copy Code |
---|
AVERAGEIF( Reference range, Criterion criteria, [Reference averageRange] ) → Number |
The range arguments can be either numbers or cells, ranges, or arrays that contain numbers. Logical values, text, and empty cells are ignored. The specified arguments must contain at least one number that satisfies the criteria or the function will return the #DIV/0! error value.
Formula Copy Code |
---|
=AVERAGEIF(A1:A5,"<18000") |
Function Reference
AVERAGE Function
SUM Function
COUNT Function