Returns the absolute value of a number.
Sample Usage
ABS(-5)
ABS(C5)
Syntax
ABS(number)
- number - The number for which the absolute value will be returned.
Examples
ABS(-5) returns a value of 5.
ABS(C5) returns the absolute value of the number contained in C5.