Skip to main content

AVERAGEA

Name of formula:

AVERAGEA()

Definition:

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

Syntax:

AVERAGEA(value1,value2,...)

AVERAGEA(array)

AVERAGEA(array1,array2,...)

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.

This function differs from AVERAGE because it allows text or logical values as well as numeric values.

Data Types

Accepts numeric, logical, or text data for all arguments. Returns numeric data.




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


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

 

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

Live Excellentable Example

A
B
C
D
1
Value
2
2
3
-1
4
11
5
TRUE
6
FALSE
7
8
Result
Formula
9
4
AVERAGEA(B2:B4)
10
0.5
AVERAGEA(TRUE,FALSE)


See Also

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

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


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.