ReferenceFunctionsEngineering Functions
IMPRODUCT
IMPRODUCT: Returns the product of one or more complex numbers.
Summary
Multiplies values sequentially using complex multiplication rules.
Remarks
- Each argument is coerced to complex-number text before parsing.
- Accepts any number of arguments from one upward.
- Invalid complex text returns
#NUM!.
Examples
Multiply conjugates
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2
Scale an imaginary value
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
6i
Related functions
FAQ
Can IMPRODUCT multiply a single argument?
Yes. With one argument it returns that parsed complex value in canonical formatted form.
Runtime metadata
Category
Engineering
Signature
IMPRODUCT(arg1…: Any)This function accepts a repeating argument pattern (min args: 1).
Arity
min 1, max variadic
Arguments
arg1Any · Scalar
Caps
PURE
Source