ABS
Returns the absolute value of a number.
Syntax
=ABS(Value)
Arguments
Name | Type | Description |
---|---|---|
Value | Number | Value of which to return the absolute number. |
Return
Type | Description |
---|---|
Number | The absolute number. |
Examples
Formula | Result | Comment |
---|---|---|
| 3 | Absolute number is three |