ABS function
From Planfix
The ABS() function — returns the absolute value (modulus) of a number. The absolute value of a number is the number without a sign.
Format
ABS(number)
Examples
| Formula | Description | Result |
|---|---|---|
| ABS(2) | Absolute value of the number 2 | 2 |
| ABS(-2) | Absolute value of the number -2 | 2 |