This Function returns the smallest value from a list of parameters, which may include logical values and text.
Syntax:
=MINA(value1, [value2], …)
Parameter list:
Value1st, 2nd, 3rd,… The first value is mandatory; following values are optional. 1 to 255 numbers for which you wish to find the lowest value
In this example, we are given a list of arguments as =MINA(A2:A6,A4:A8,A2:A5) and it returns smallest value 54 as result.
Ask Your Query