For the complete documentation index, see llms.txt. This page is also available as Markdown.

ABS

The ABS function returns the absolute value of a number, which represents the number’s magnitude without considering its sign. Negative values are converted to positive values, while positive values and zero remain unchanged. This function is commonly used in calculations where only the magnitude of a value is required.

Syntax

ABS(value)

Arguments

  • value: The number for which to return the absolute value.

Return value

Returns the absolute value of the specified number.

Example

ABS(Variance%)

In the example below, the Absolute Variance measure is created using the ABS function to display the absolute values (without a sign) of the Variance% measure.

Excel equivalent

ABS

Last updated

Was this helpful?