Returns the specified number raised to the specified power.
Syntax
Copy Code
|
|---|
POWER( Number n, Number power ) → Number |
The "^" operator can be used instead of POWER to raise a number to a power, such as in 5^2.
Formula
Copy Code
|
|---|
=POWER(5,2) |
Function Reference
LOG Function
LOG10 Function
LN Function
EXP Function