Performs a power of power calculation.
How it works
=POWER(Number,Power)
| Name | Omission | Specify |
|---|---|---|
| Number | Required | Base number. |
| Power | Required | Exponent. |
Example Results
If the first argument is 2 and the second argument is 10, the result is 1024 to the 10th power of 2.
The operator ^ can also be used to compute powers.
Spill
If a cell range is specified as an Argument, it will be Spill.
---
