Back Forward Home Print Search
Windows SharePoint Services 3.0 Help and How-to >  Formulas and functions >  Math and trigonometry
ABS function
ABS function

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.

Example

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