MIN Function

The MIN function (which stands for minimum) will return the lowest value in the selected range of cells. MIN functions do not include blank or text entries into the calculations. The syntax for the MIN function is:

=MIN(first value, second value, etc.)

For instance, if we have the following data set given above, the MIN function for the set of scores from Test 1 would be:

=MIN(B4:B9)


To perform an MIN function like the example above, follow the steps below: