ABS function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns the absolute value of a number

Syntax

ABS(number) The ABS function syntax has the following arguments:
• Number Required. The real number of which you want the absolute value.

Example

=ABS(2)
=ABS(-2)
=ABS(A2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/abs-function-3420200f-5628-4e8c-99da-c99d7c87713c

Back to Functions