Syntax:
MIN( list )
Returns the minimum value in the list.
list may be a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).
Example:
MIN(1, 2, 3)
returns the number 1
.
Revisions:
Starting with 2.00, this function will accept date / time values.