Excel Function : POWER
Category
Math and trigonometry
Description
Returns the result of a number raised to a power
Microsoft Excel Reference Page
https://support.office.com/en-us/article/POWER-function-d3f2908b-56f4-4c3f-895a-07fb519c362a
Syntax and Description of the POWER Excel Function
The POWER function returns the result of a number raised to a given power. The syntax for the POWER function is as follows: POWER(number,power) where "number" is the number to be raised to a given power, and "power" is the power to which the number is to be raised.
About POWER Excel Function
The POWER function in Excel returns the result of a number raised to a given power. For example, POWER(2,3) returns 8, which is 2 to the 3rd power, or 2*2*2.