In this chapter, we will look at some of the math functions provided by Excel.
In the text functions in this chapter, the argument number can be
a literal numeric value,
an Excel function returning a numeric value,
a cell reference where the cell contains a numeric value, or
a named range referring to numeric values.
ABS Function
The ABS function returns the absolute value of a number without the sign. Negative numbers passed are converted to positive numbers, whereas positive numbers are unaffected.
Syntax
The number whose ...