POWER
Evaluates the value of base to the power of exponent.
Syntax
=POWER(Value, Exponent)
Arguments
| Name | Type | Description | 
|---|---|---|
| Value | Number | Value to use for base. | 
| Exponent | Number | Exponent to use | 
Return
| Type | Description | 
|---|---|
| Number | Value of base to the power of exponent. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 8 |