Absolute Value

September 11th, 2004 | Categories: Formulas | Tags:

An easy one in Excel is absolute value, or change a negative number to positive. The function for absolute value is ABS()

To get the absolute value of a value in cell A1 enter the following in a blank cell:

=ABS(A1)

No comments yet.