# EXP

The EXP function returns e raised to the power of a given number.

### Syntax <a href="#syntax" id="syntax"></a>

```excel-formula
exp(value)
```

### Arguments <a href="#arguments" id="arguments"></a>

value – The exponent applied to the base e. This is a required argument.

### Example <a href="#example" id="example"></a>

```excel-formula
exp(COLUMN1)
```

Returns the value of e to the power of COLUMN1

### Excel equivalent <a href="#excel-equivalent" id="excel-equivalent"></a>

[EXP](https://support.microsoft.com/en-us/office/exp-function-c578f034-2c45-4c37-bc8c-329660a63abe)


---

# 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/editable/formula-and-functions/math-functions/exp.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.
