How to use ABS Function in excel
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! |
Popular post
-
Eclipse IDE – Create New Java Project.
Opening the New Java Project…
-
How to start the project in android studio
Android Studio Open the Android…
-
How to use ACOSH function in excel
The ACOSH function returns the…
-
Complete Header tags in html – easy to learn
H tags can be used…
-
Best features in Python programme – easy to learn
Python is the most widely…