FORMULA LANGUAGE
Returns the largest number in a single list, or the larger of two numbers or number lists.
Note The single-parameter form of this @function is new with Release 6.
Syntax
@Max( number1 )
@Max( number1 ; number2 )
Parameters
number1
maxNumber
(Two parameters) Number or number list. Either number1 or number2, whichever is larger. If the parameters are number lists, @Max returns a list that is the result of pairÂwise computation on the list values.
When using this function with a number list constant, remember that the list concatenation operator takes precedence over other operators. Enclose negative numbers in parentheses.
Example See Also