Returns a number raised to a given power.
Syntax
number: The number you want to raise to a given power. Eg., 2
Remarks
The operator "^" can be used instead of the POWER function to raise a number to a certain power. Eg., =2^3
Examples
|
Formula |
Result |
|
=POWER(2;3) |
8 |
|
=POWER(10;2) |
100 |
|
=POWER(2.3;0) |
1 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions