Calculates the absolute value of the amount contained within the parenthesis.
ABS(Amount)
Amount: amount to be made positive.
ABS(3) equals 3
ABS(-3) equals 3
The absolute value of an amount is that amount made positive (if negative).