Absolute Value function
ABS returns the positive value of any number, variable, or
formula. If the value requires calculation, as in a formula, the absolute
value is based on the calculated result.
Syntax
|
ABS (value)
|
Examples
|
ABS (12) = 12 ABS (-12) = 12 ABS (Length)
|