You are here: All Help Topics > Other Information > Cell Functions > EXP function

EXP Function

The EXP function calculates the exponent of an expression.

EXP(expression,power)

EXP(2,6)

Calculates 2 to the power of 6 and returns a value of 64 to the cell.

EXP(C2+C3,6)

Returns a value of cell C2 plus cell C3 to the power of 6.

Related Topics