AVERAGEIF

Name of formula:

AVERAGEIF()

Definition:

This function calculates the average of the specified numeric values provided that they meet the specified criteria.well as numeric values.

Syntax:

AVERAGEIF(value1,value2,...,condition)

AVERAGEIF(array,condition)

AVERAGEIF(array1,array2,...,condition)

Notes

Arguments

Each argument can be a double-precision floating-point value, an integer value, or an array (cell range). Up to 255 arguments may be included. You can use a single array (cell range) instead of a list of values. You can use multiple arrays (cell ranges) as well.

Remarks

This is a measure of the variability in a data set.

Data Types

Accepts numeric data. The condition accepts text, numeric, or expression data. Returns numeric data.




Step 1.  To begin to use AVERAGEIF formula, start with the Excellentable you would like to edit..

Capture 2016-05-01 at 16.57.08.png


Step 2. Then type the AVERAGEIF formula into the cell you have chosen to display the outcome: 

Capture 2016-05-01 at 16.56.53.png


Step 3. Excellentable will generate the outcome when hitting enter. 

Capture 2016-05-01 at 16.56.33.png Clear formatting


Live Excellentable Example

There were errors rendering macro:

  • An unknown error occurred.


See Also

AVERAGEIFSThis function calculates the average of all cells that meet multiple specified criteria.

AVERAGEA: This function calculates the average of the specified values, including text or logical values as well as numeric values.