Calculates the minimum of the amounts contained within the parenthesis.
MIN(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.
MIN(1, 2, 3) equals 1