Skip to content
Excel

IMPOWER function in Excel

Returns a complex number raised to an integer power

=IMPOWER(inumber, number)

IMPOWER syntax and parameters

Two arguments, two required.

  • inumberstringRequired

    A complex number you want to raise to a power.

  • numbernumberRequired

    The power to which you want to raise the complex number.

IMPOWER examples

Formulas you'll actually reuse.

  1. (1+i)² — squaring a complex number rotates and scales it:

    =IMPOWER("1+i", 2)

    Result"2i"

  2. A complex square root via a fractional power:

    =IMPOWER("3+4i", 0.5)

    Result"2+i"

IMPOWER in Google Sheets

Same name — your formula ports as-is.

Try IMPOWER in the playground

Edit the example — nothing to install.

Preloaded with the IMPOWER formula from Example 1 — change anything and watch it respond.

Loading the editor…