Returns the result of multiplying a series of complex numbers together. Learn more
In Google Sheets, IMPRODUCT() is a built-in function that returns the product of one or more complex numbers, expressed as real and imaginary coefficients.
The function syntax is:
IMPRODUCT(factor1, [factor2, …])
where factor1, factor2, … are the complex numbers or cell references to the cells containing the complex numbers to be multiplied.
Note that each complex number should be entered in the form a+bi, where a and b are the real and imaginary parts of the number, respectively. Also, the function ignores any non-numeric values in the specified range or cell references.