How to use ABS Function in excel

blog img

Description

The Excel ABS function returns the absolute value of a number.

Negative numbers are converted to positive numbers.

This function does not affect positive numbers.

The absolute value of a number is the number without its sign( sign -/+).

Return value of Abs Function

Returns the absolute value of a number. The absolute value of a number is the number without its sign.

Syntax


=ABS(number)

Note

Note: =ABS (number):
The number must not contain any special character other than + or –


Arguments

Number – Required. Write the real number you want the absolute value.

Examples

Formula Description Result
=ABS(5) Absolute value of 5 5
=ABS(-10) Absolute value of -10 10
=ABS(C5) Absolute value of D5 Cell Value 75
=ABS($5) Absolute value of $5 #VALUE!

Share your thoughts

Your email address will not be published. All fields are required.

Related post

  1. How to use LOWER Function in Excel

    Excel Lower Function…

  1. How to use AVERAGE Function in Excel.

    This function calculates…

  1. How to use ADDRESS Function in Excel

    The ADDRESS function…

  1. How to use ACOSH function in excel

    The ACOSH function…

  1. How to use ACOT function in excel

    The Excel ACOT…