MAXA function

Category: Statistical
Introduced: Excel 2003

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.

Example

=MAXA(A2:A6)

Microsoft Support Page

https://support.microsoft.com/en-us/office/maxa-function-814bda1e-3840-4bff-9365-2f59ac2ee62d

Back to Functions