Returns the average or mean of the given arguments, ignoring text.
Syntax
Remarks
Any text values, except those representing a number, will be ignored.
Evaluates logical values as 1 (TRUE) or 0 (FALSE).
Examples
|
Formula |
Result |
|
=AVERAGE(A2:A6) |
2.2 |
|
=AVERAGE(12;-19;10;15) |
4.5 |
|
=AVERAGE(TRUE;FALSE;TRUE) |
0.666666667 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions