[]
        
(Showing Draft Content)

MINA

This function returns the minimum value in a list of arguments, including text and logical values.

Syntax

MINA(value1, [value2], ...)

Arguments

This function has these arguments:

Argument

Description

 Value1, value2, ...

 Value1 is required, subsequent values are optional. 1 to 255 values for which you want to find the smallest value.

Remarks

This function differs from MIN because it includes text and logical values as well as numeric values.

Examples

MINA(A3,B5,C1,D4,E7)

MINA(A1:A9)

MINA(R1C2,R3C5,R4C7,R6C7)

MINA(A1,B1) gives the result 0 if A1 is 10 and B1 is FALSE