Returns the average of the given arguments, including text valued as 0.
Syntax
Remarks
Evaluates logical values as 1 (TRUE) or 0 (FALSE).
Examples
|
Formula |
Result |
|
=AVERAGEA(A2:A6) |
0.8 |
|
=AVERAGEA(12;-19;10;15) |
4.5 |
|
=AVERAGEA(TRUE;FALSE;TRUE) |
0.666666667 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions