MAX Function

The MAX function is one of the statistical functions. It is used to analyze the range of data and find the largest number.

Syntax

MAX(number1, [number2], ...)

The MAX function has the following arguments:

Argument Description
number1/2/n Up to 255 numeric values for which you want to find the largest number.

Notes

How to apply the MAX function.

Examples

The figure below displays the result returned by the MAX function.

MAX Function