MIN
Returns the minimum value in a numeric dataset.
Syntax
MIN(value, [value, ...])value - The value or range to consider when calculating the minimum value.
Sample Usage
MIN(A2:A9)
MIN(A2:A9, 4, 2)Return Value
The minimum value in a numeric dataset.
Notes
See Also
Last updated
Was this helpful?