Labels

Monday, August 12, 2013

ABS

This Function calculates the Absolute values of a number, whether it may be negative or positive. this is almost similar to that of modulus function in mathematics

= ABS(cell address or number)

Example:

Number       Absolute Value     Function
  10                     10                   =ABS(cell address)

 -10                    10                   =ABS(cell address)


No comments:

Post a Comment