Minimum function
MIN compares the values within parentheses and returns the smallest value. Enter a separator (shown as a comma below) after each value.
Syntax |
MIN (value1, value2, value3, . . .) |
Examples |
MIN (15, 634, 342) = 15 |