Show All

MIN

See Also

Returns the smallest number in a set of values.

Syntax

MIN(number1,number2, ...)

Number1, number2, ...   are 1 to 30 numbers for which you want to find the minimum value.

Remarks

Example

The example may be easier to understand if you copy it to a blank spreadsheet.

How?

Data
10
7
9
27
2
Formula Description (Result)
=MIN(A2:A6) Smallest of the numbers above (2)
=MIN(A2:A6,0) Smallest of the numbers above and 0 (0)