# Absolute Function

The absolute function allows the user to get the absolute value of a cell.

<figure><img src="/files/YDoZcPBookQaB3iMShbp" alt=""><figcaption></figcaption></figure>

Here is a step by step guide on how to add absolute function to your calculation:

1. Click on ABS button or Type ABS()
2. Input your Calculation instead of the ABS(your calculation)

Example of the same calculation with and without ABS, **Profit Ratio** is the resulting column.

{% tabs %}
{% tab title="Absolute" %}

<figure><img src="/files/YTRjSJJgbpNWLnGpxwxv" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="No Absolute" %}

<figure><img src="/files/FckZLQ3BBZpAwsKTM39t" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infotopics.com/supertables/guides/setting-up-calculations/absolute-function.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
