Syntax:
MIN(list)
Returns the minimum value in the list.
list may be an array, a range of cells, or a comma-separated list of values.
Example:
MIN(1, 2, 3)
returns the number 1.
1