Returns the largest from the specified arguments, including logical and text values.
Syntax
![]() |
---|
MAXA( Any value1, [Any value2], ... ) → Number |
The arguments can be either numbers, text, or logical values, or cells or arrays, containing numbers, text, or logical values. Text values are treated as zeros. Logical TRUE is treated as 1, and FALSE is treated as 0. Empty cells are not included.
Formula
![]() |
---|
=MAXA(A1:A5) |
Function Reference
MAX Function
MIN Function
MINA Function