Description of formula:
Returns the smallest value of the specified parameters. You can pass any number of arguments of type Number, arrays of values or cell ranges.
Returns the smallest value of the specified parameters. You can pass any number of arguments of type Number, arrays of values or cell ranges.
Syntax:
min(values, ...)
min(values, ...)
Parameters:
values
(type: Number / array of Numbers) (multiple parameter) Elements to get the smallest value from them
Returned type:
Number
Examples:
=min(A1:A16)
=min(section1.A)
=min(1, 2, 5)
=min(B3,B4,B5)
=min(A1:A16)
=min(section1.A)
=min(1, 2, 5)
=min(B3,B4,B5)
0 Comments