ABS

Microsoft Datasheet View

ABS

Returns the absolute value of a number. The absolute value of a number is the number without its sign.

Syntax

ABS(number)

Number is the real number of which you want the absolute value.

Examples

Col1Formula Description (Result)
-4=ABS([Col1])Absolute value of -4 (4)