Returns the maximum value from the given list of arguments, ignoring text entries.
Syntax
Remarks
The MAX function returns 0 if there are no numbers in the given input.
Examples
|
Formula
|
Result
|
|
=MAX(A2:A6)
|
7
|
|
=MAX(12;-19;10;23)
|
23
|
|
=MAX(data)
|
15
|
Possible Errors
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
Similar Functions