Modulus

N

Nav

How can I get a negative figure eg. -15 to show the
modulus equivalent ie.15 without actually using a formula
such as x-1.

Does a function exist for this?
 
R

Rafael Ortiz

Excel dooes have an absolute value function. Sample for value in A1:
=ABS(A1).

MRO
 
Top