MAX Function

Returns the maximum value of several expressions.

Syntax

MAX(expression1,expression2,<expression3,...>)

Example

MAX(c1,c2,c3)

Returns the cell with the largest value.

Related Topics