MAX Function

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

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

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

=MAX(B4:B9)


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