# IMPRODUCT

## Content

This function returns the product of up to 29 complex numbers in the "x+yi" or "x+yj" text format.

## Syntax

`IMPRODUCT(complexnum1, [complexnum2], ...)`

## Arguments

<span data-teams="true">This function has these arguments:</span>

| <span data-teams="true">Argument</span> | <span data-teams="true">Description</span> |
| -------- | ----------- |
| <span data-teams="true"> </span>*<span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;">complexnum1</span>* | <span data-teams="true"> [Required] First complex number in the form "x+yi" or "x+yj"</span> |
| <span data-teams="true"> </span>*<span data-teams="true" style="box-sizing: content-box; margin: 0px; padding: 0px; transition: filter 0.5s ease-in-out; line-height: 25.6px;">complexnum2, ...</span>* | <span data-teams="true"> [Optional] Additional complex numbers (up to 255)</span> |

## Remarks

An error is returned if the arguments are not in the form "x+yi" or "x+yj".

## Examples

`IMPRODUCT("2+5j",4)`
`IMPRODUCT({"1+2i","3+4i"})`