MAX

The MAX function returns the largest value in the specified range.

Syntax:

max(number1,number2,number3,...)

Parameters:

numbers (required): The range of numbers whose values will be evaluated to find the maximum.

Usage example:

Last updated