Averageif
Averageif
Function
.Microsoft Excel AVERAGEIF function - returns
the average (arithmetic mean) of all numbers in a
range of cells, based on a given criteria.
The AVERAGEIF function -
is a built-in function in Excel that is categorized as
a Statistical Function. It can be used as a
worksheet function (WS) in Excel. As a worksheet
function, the AVERAGEIF function can be entered
as part of a formula in a cell of a worksheet.
Syntax
The syntax for the AVERAGEIF function in Microsoft Excel is:
AVERAGEIF( range, criteria, [average_range] )
Parameters or Arguments
range
The range of cells that you want to apply the criteria against.
criteria
The criteria used to determine which cells to average.
average_range
Optional. It is the cells to average. If average_range is
omitted, it uses range as the value for this parameter.