=MINA(value1,[value2],…)
=MINA(12,17,25,11,23)
The MINA function allows you to find the smallest value from a range of cells. For example, this will return 11, as 11 is the smallest value in the range.
=MINA(A1,A2,A3)
You can also use MINA to select a range of cells. For example, this will return the smallest value from the cells A1, A2, and A3.
=MINA(A1:A10)
You can use MINA to select a larger range of cells. For example, this will return the smallest value from the cells A1 to A10.
The MINA function is used to return the smallest value from a list of up to 255 arguments, which can include numbers, names, arrays, or references. It ignores empty cells and text values.