ABS
Name
Absolute value
Description
Returns the absolute value of the specified value.
Syntax
ABS(value)
Remarks
The value argument can be any real number.
Data Type
Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
ABS(R1C2)
ABS(B3)
ABS(–4)=4