logo
excelfunctions.org
bookmarks

ABS

Returns the absolute value of a number.

Math & TrigonometryMath Basics

What it does

Returns the absolute value of a number (converts negative numbers to positive).

Syntax

ABS(number)

Arguments

  • number(number) β€” The real number of which you want the absolute value.

Examples

Calculate variance

Find the absolute difference between Actual and Budget.

FORMULA
=ABS(A2-B2)
RESULT
200
SAMPLE DATA
AB
1ActualBudget
210001200
315001300