POWER function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns the result of a number raised to a power

Syntax

POWER(number, power) The POWER function syntax has the following arguments:
• Number Required. The base number. It can be any real number.
• Power Required. The exponent to which the base number is raised.

Example

=POWER(5,2)
=POWER(98.6,3.2)
=POWER(4,5/4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/power-function-d3f2908b-56f4-4c3f-895a-07fb519c362a

Back to Functions