Calculates the maximum of the amounts contained within the parenthesis.
MAX(Amount #1, Amount #2, Amount #3, ...)
Amount #1, Amount #2, Amount #3, ...: values to be compared.
There is no limit to the number of amounts that can be compared.
MAX(1, 2, 3) equals 3