POWER
Description
Returns the result of a number raised to a power.
Syntax
POWER(number, power)
Arguments
number
: The base number.power
: The exponent to which the base number is raised.
Example
POWER(5, 2) → Returns 25 (5 squared)
POWER(A1, B1) → Raises the value in cell A1 to the power of the value in cell B1