Using the Excel EXP Function

Summary
The EXP function returns the constant e (2.71828182845904) raised to the power of a number. The constant e is the base of the natural logarithm and is one of the most famous irrational numbers.Syntax
=EXP (number)Syntax Breakdown
NumberRequired. Number is the exponent that is applied to e.
Usage Notes
The EXP function will return the constant e raised to the power of a user defined number. If you would like to raise another base to a power, use the exponentiation operator (^).EXP is the inverse of the LN function.