Excel EXP Function

Math Function · Intermediate Level

What is EXP?

Returns e raised to the power of a number. The inverse of LN (natural logarithm).

Syntax

=EXP(number)

Example

Formula: =EXP(1)

Result: 2.71828...

How It Works

Returns e^number where e ≈ 2.71828. EXP(1) returns e. Essential for continuous growth and decay calculations.

Learn More Excel Functions