Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the POWER function. |
| power | Parameter of the POWER function. |
Examples
Compound interest
=1000*POWER(1+0.05, 10)
Square a number
=POWER(A2, 2)
Cube root
=POWER(A2, 1/3)
Common Errors
Trying to raise a negative number to a non-integer power (like the square root of -1). This produces a complex number that spreadsheets cannot handle.
One of the arguments is text, not a number. Both base and exponent must be numeric.
Tips
=A1^2 is the same as =POWER(A1, 2). The ^ operator is shorter but POWER is more readable in complex formulas.
Square root: POWER(x, 0.5) or SQRT(x). Cube root: POWER(x, 1/3). Nth root: POWER(x, 1/N).
=POWER(ending/beginning, 1/years)-1 calculates the compound annual growth rate (CAGR).
Try POWER in Viztab
Import your data and use POWER with 370+ other formulas. No signup required.
Open Viztab