MAXA function
Summary
Returns the maximum value in a list of arguments, including numbers, text, and logical values
Syntax
MAXA(value1,[value2],...)
The MAXA function syntax has the following arguments:
• Value1 Required. The first number argument for which you want to find the largest value.
• Value2,... Optional. Number arguments 2 to 255 for which you want to find the largest value.
• Value1 Required. The first number argument for which you want to find the largest value.
• Value2,... Optional. Number arguments 2 to 255 for which you want to find the largest value.
Example
=MAXA(A2:A6)