Skip to main content

MIN

Returns the minimum value in a list of arguments.

CategoryStatistical
SyntaxMIN(number1, [number2], ...)

Parameters

ParameterRequiredDescription
number1RequiredThe first number, cell reference, or range.
number2OptionalAdditional numbers, cell references, or ranges.

Example

MIN(3, 1, 4, 1, 5)    // → 1

Auto-generated from the EngCanvas function registry.