Returns the minimum value in a dataset.
Sample Usage
MIN(20,30)
MIN(A2:A6)
MIN(A1:B2,5)
Syntax
MIN(value1, [value2, ...])
- value1 - The first value or range to consider while calculating the minimum value.
- value2, .. - [OPTIONAL] Additional numbers or ranges to consider.