ABS

Get the absolute value of a number, that is, convert a negative number to a positive.

Parameter List

Syntax
ABS(number)
number

The number or cell to be converted to an absolute value. For example: "-32.5" or A2.

Examples

ABS(-4.5) returns 4.5