IMPRODUCT(inumber1, inumber2, ...)
=IMPRODUCT("3+4i","5-3i")
The function can be used to calculate the product of two complex numbers. For example, this formula calculates the product of 3+4i and 5-3i. The result of this calculation is 27+11i.
=IMPRODUCT(A1,B1)
Another example of the function is to calculate the product of two complex numbers in the form of cell references. For example, if cell A1 contains the value "3+4i" and cell B1 contains the value "5-3i", the above formula can be used.The result of this calculation is also 27+11i.
=IMPRODUCT("3+4i","5-3i","4+2i")
The function can also be used to calculate the product of multiple complex numbers. For example, the preceding formula calculates the product of 3+4i, 5-3i, and 4+2i. The result of this calculation is -360+370i.
The IMPRODUCT function is used to multiply complex numbers by taking a set of complex numbers as arguments.