MIN

Returns the smallest number in a given list of arguments. If an expression references a range of cells, all the cells in the range are compared.

Syntax

MIN(expression,{expression},...)

Arguments

expression - numbers or references to compare.

Example

MIN(3.14,-2,2) = -2

MIN(A2..B5,200)