Formula Engine Reference Guide
 

 

Back to Class Index

 

ABS(X)

Description
This function returns the absolute (positive) value of X.
 
Parameters
X

A numeric value or cell reference containing a numeric value
 

Examples

ABS(5) = 5

ABS(-5) = 5

ABS(52) = 52

ABS(C15) = 10, where C15 = -10

SQRT(ABS(D4)) = 10, where D4 = -100