# Formulas

## Formula Columns

Monday.com [Formula Columns ](https://support.monday.com/hc/en-us/articles/360001235445-The-Formula-Column)are a great and easy way to calculate nearly anything you want. The different functions make you forget that you're actually not working with Excel.

That's where we join in! Making it possible for you to output all Formula Columns on your documents just as easily.

**Note:** Formula Columns are only available for the DocExport [Standard](https://www.docexport.com/pricing/) plan or any higher plan.

## Output Formula Columns on your documents

All you need is the name of the respective column in the board! This name forms the placeholder that you insert into your document and the content of your Formula Column will be output on your generated documents.

#### **Add a placeholder for your Formula Column**

Just put the name of your column in curly brackets and add this placeholder to your DOCX template. If the column is called “Total price”, you add this placeholder to your Word template:

`{{Total price}}`

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

Here is an overview of [all available formulas. ](https://support.monday.com/hc/en-us/articles/360001276465-List-of-all-available-formulas)These can all be added to the document by simply using the right placeholder.

That's it! Why make life harder?


---

# 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://help.docexport.com/template/formulas.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.
