# 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.<br>

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

* [Conditional Statements](/premium-table/formula-syntax/conditional-statements.md)
* [Logical Functions](/premium-table/formula-syntax/logical-functions.md)
* [Math Functions](/premium-table/formula-syntax/math-functions.md)
* [Text Formatting Functions](/premium-table/formula-syntax/text-formatting-functions.md)
* [Date functions](/premium-table/formula-syntax/date-functions.md)
* [Time intelligence functions](/premium-table/formula-syntax/time-intelligence-functions.md)
* [Identifiers](/premium-table/formula-syntax/identifiers.md)
* [Other Operators](/premium-table/formula-syntax/other-operators.md)
* [Scripting Functions](/premium-table/formula-syntax/scripting-functions.md)
* [Miscellaneous Functions](/premium-table/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/premium-table/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.
