The POWER function returns the result of a number raised to a power.
Formula:
=POWER(number, power)
Explanations:
– The number is required, which is the base number.
– Power is required, the exponent.
Cautions:
– The Power function is the same as the "^" operator. Power(3,2) returns to the same results as 3^2.