ABS
The ABS function returns the absolute value of a number.
Syntax
abs(value)Arguments
value – The number for which you want the absolute value.
Example
abs(COLUMN1)Returns the absolute value of COLUMN1
Excel equivalent
Last updated