Returns the maximum value from the given list of arguments, including text and logical entries.
Syntax
Remarks
Text is evaluated as 0, while logical values are evaluated as 1 for TRUE, and 0 for FALSE.
Examples
|
Formula |
Result |
|
=MAXA(A2:A6) |
7 |
|
=MAXA(12;-19;"a";23;FALSE) |
23 |
|
=MAXA(data) |
15 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions