Spread 8.0 Documentation
ABS
Support Options
Formula Reference > Built-In Functions > ABS

Glossary Item Box

ABS


Name

Absolute value

Description

Returns the absolute value of the specified value.

Syntax

ABS(value)

Remarks

The value argument can be any real number.

See also NEG and SIGN.

Data Type

Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

ABS(R1C2)
ABS(B3)
ABS(–4)=4

Copyright © GrapeCity, inc. All rights reserved.