MIN

The MIN function returns the smallest value in the specified range.

Syntax:

min(number1,number2,number3,...)

Parameters:

numbers (required): The range of numbers whose values will be evaluated to find the minimum.

Usage example:

Last updated