IMPOWER Function in Excel returns the power of a complex number. i.e a supplied complex number raised to given power.
Syntax of IMPOWER Function in Excel
IMPOWER ( inumber,number )
Where
- inumber – argument is a Complex Number that you want to raise to the given power
- number – power to which supplied inumber is to be raised
Example of IMPOWER Function in Excel
Formula
- IMPOWER Function takes up two arguments complex number( real component and imaginary component) and the number which should be raised to inumber and returns their corresponding result
Result
NOTE: #NUM! – Error occurs if,
supplied inumber argument is not recognized as a complex number.