MIN function
Summary
Returns the minimum value in a list of arguments
Syntax
MIN(number1, [number2], ...)
The MIN function syntax has the following arguments:
• Number1, number2, ... Number1 is optional, subsequent numbers are optional. 1 to 255 numbers for which you want to find the minimum value.
• Number1, number2, ... Number1 is optional, subsequent numbers are optional. 1 to 255 numbers for which you want to find the minimum value.
Example
=MIN(A2:A6)
=MIN(A2:A6,0)
=MIN(A2:A6,0)