MIN Function

Returns the smallest number from a list. Smallest means closest to negative infinity.

Syntax

MIN(number1, number2,..., numberN )

Parameters

Name Required/Optional Data Type Description
number1
Required
Varies
The first number in the list.
number2
Optional
Varies
The second number in the list.
numberN
Optional
Varies
The nth number in the list.

Return value

Varies

Example

MIN(13 in,1 ft, 20 cm)

Returns 20 centimeters.