MIN

Returns the smaller of two values.

Syntax

MIN(Value1, Value2)

Both arguments are numbers or formulas which return numbers.

Example

This example returns 10:

MIN(100, 10)