Returns the greater of the two values.
maximum value1 value2
value1 - The value1 argument. (must be: number pair char money date time tuple series)
value2 - The value2 argument. (must be: number pair char money date time tuple series)
See the MAX function for details.
< - Returns TRUE if the first value is less than the second value.
> - Returns TRUE if the first value is greater than the second value.
max - Returns the greater of the two values.
min - Returns the lesser of the two values.