MaxList (Reserved Word)
Returns the highest value of the specified inputs, up to a maximum of 25 input values.
MaxList(Num1, Num2, Num3, etc.)
Where Num1, Num2 and Num3 are numeric expressions representing values to be used in the calculation.
Examples
MaxList(45, 72, 86, 125, 47) returns a value of 125.
MaxList(18, 67, 98, 24, 65, 19) returns a value of 98.