MINA function
Summary
Returns the smallest value in a list of arguments, including numbers, text, and logical values
Syntax
MINA(value1, [value2], ...)
The MINA function syntax has the following arguments:
• Value1, value2, ... Value1 is required, subsequent values are optional. 1 to 255 values for which you want to find the smallest value.
• Value1, value2, ... Value1 is required, subsequent values are optional. 1 to 255 values for which you want to find the smallest value.
Example
=MINA(A2:A6)