ABS (absolute value)

Navigation:  Formulas and functions > Functions from A to Z >

ABS (absolute value)

Previous pageReturn to chapter overviewNext page

Syntax:

ABS(Number)

Description:

This returns the absolute value of a number, i.e., removes its sign.

Example:

ABS(42) returns 42

ABS(0) returns 0

ABS(-42) returns 42

See also:

SIGN, NEG