Returns the absolute value of a number.

Sample Usage

ABS(-2)

ABS(A2)

Syntax

ABS(value)

  • value - The number of which to return the absolute value.

Examples

AB
1ResultFormula
226=ABS(-26)
33.68=ABS(-3.68)
42=ABS(-6/3)