# Formula syntax

Inforiver's Excel-like formula engine supports a wide range of functions (logical, boolean, math functions, and more). The formula editor provides syntax, examples, and features such as autocomplete, multi-line support, and more to help users create, and troubleshoot formulas.&#x20;

### Formula menu

You can use the formula menu to quickly locate the formula you are looking for. Click the *fx* button to open the formula menu.

<figure><img src="/files/MONOCRsDX8FZDNfnjVXO" alt=""><figcaption><p>Formula menu</p></figcaption></figure>

### Replicating formulas

Variance analysis or calculating depreciation or interest can involve using the same formula multiple times. An update to the formula would require opening and editing each visual column individually. You can use the **Copy to Column** option to replicate the formula across all columns. When you click the Copy to column icon, you will be able to select the visual columns across which the formula should be replicated.

<figure><img src="/files/fJIhqqt7mD75HyjnZt8q" alt=""><figcaption><p>Copy to column option for visual columns</p></figcaption></figure>

Refer to the below sections for a detailed list of functions, operators, and identifiers that can be used for calculations.

* [Conditional Statements](/formula-syntax/conditional-statements.md)
* [Logical Functions](/formula-syntax/logical-functions.md)
* [Math Functions](/formula-syntax/math-functions.md)
* [Text Formatting Functions](/formula-syntax/text-formatting-functions.md)
* [Date functions](/formula-syntax/date-functions.md)
* [Time intelligence functions](/formula-syntax/time-intelligence-functions.md)
* [Identifiers](/formula-syntax/identifiers.md)
* [Other Operators](/formula-syntax/other-operators.md)
* [Scripting Functions](/formula-syntax/scripting-functions.md)
* [Statistical Functions](/formula-syntax/statistical-functions.md)
* [Miscellaneous Functions](/formula-syntax/miscellaneous-functions.md)


---

# 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.inforiver.com/formula-syntax.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.
