MIN

The MIN function returns the smallest numeric value in a set of number values, date/time values, or duration values.

MIN(value, value…)

value: Any value or collection containing any values. Date/time values or or duration values can’t be mixed with other value types. If either of these value types is included, all values must be of the same value type. A string value or boolean value can be included in a referenced cell, but can’t be entered directly as an argument to the function.

value…: Optionally include one or more additional values or collections.

Notes

Examples

=MIN(5, 5, 5, 5, 6) returns 5.

=MIN(1, 2, 3, 4, 5) returns 1.

See also
LARGE
MAX
MINA
SMALL