Abs

Syntax

Abs(Value)

Parameters

Value. Real number, absolute value of which should be found.

NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.

Description

It returns the module (absolute value) of a number.

Example

Formula Result Description
= Abs(-4) 4 The module of the -4 number.
= Abs(4) 4 Number 4 module.
= Abs(A0) 6 The module of the number from the A0 cell. The A0 cell contains the -6 number.

See also:

Function Wizard │ Mathematical Functions