The ABS function is one of the math and trigonometry functions. It is used to return the absolute value of a number (i.e. the number without its sign).
Syntax
ABS(number)
The ABS function has the following argument:
Argument | Description |
---|
number | A numeric value for which you want to get the absolute value. |
Notes
How to apply the ABS function.
Examples
There is a single argument: number = A1 = -123.14. So the function returns 123.14 (-123.14 without its sign).
