POWER Function Explained
The POWER
function in Microsoft Excel returns the result of a number raised to a power. It takes two arguments: the number to be raised to a power, and the power to which the number is to be raised. The syntax is POWER(number, power)
.
POWER Function Syntax
POWER(number, power)
- number: The number that you want to raise to a power.
- power: The exponent to which you want to raise the number.