ABS function

Taikoma
„SharePoint Server 2019“ „SharePoint Server 2016“ „SharePoint Server 2013“ „SharePoint Server 2013 Enterprise“ SharePoint Foundation 2010 „SharePoint Server 2010“ Windows SharePoint Services 3.0

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

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