Power

Syntax

Power(Value, Power)

Parameters

Value. Base.

Power. Power exponent used to raise a base in a required power.

NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.

Description

It returns the result of raising a real number to real power.

Example

Formula Result Description
=Power(3,2) 9 The 3 number raised to the index of power 2.
=Power(B6, C6) 3,2409 The number in the B6 cell raised to the power specified in the C6 cell. The B6 cell contains the 1.5 number, C6 contains the 2.9 number.

See also:

Function WizardMathematical Functions