Excel ABS function

Function              ABS

Description        Excel ABS function always returns the absolute value of the number.

Syntax  ABS(number)

number  is a numerical value positive or negative.

Example:

= ABS(3) = 3

= ABS(-3) = 3