Returns the smallest from the specified arguments, including logical and text values.
Syntax Copy Code |
---|
MINA( 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 Copy Code |
---|
=MINA(A1:A5) |
Function Reference
MIN Function
MAX Function
MAXA Function