Excel IMPRODUCT Function

Summary
The Excel IMPRODUCT function returns the product of one or more complex numbers. The complex number must be in the form x + yi or x + yj. Use the COMPLEX function to create a complex number from real and imaginary parts.
Purpose
Get product of complex numbers
Return value
Product as complex number
Syntax
=IMPRODUCT (inumber1, [inumber2], ...)
Arguments
- inumber1 - Complex number 1.
- inumber2 - [optional] Complex number 2.
Version
Usage notes
The Excel IMPRODUCT function returns the product of one or more complex numbers. Complex numbers are input as text, and must be in the form x + yi or x + yj. The result of IMPRODUCT is a complex number as text.
For example:
In the example shown, the formula in D6, copied down, is:
=IMPRODUCT(B6,C6)
Notes:
- Only lowercase "j" and "i" are accepted by IMPRODUCT. Other values will result in the #NUM error.
- IMPRODUCT can handle up to 255 numbers
Download 100+ Important Excel Functions
Get over 100 Excel Functions you should know in one handy PDF.