# IMSUM

## Content

This function returns the sum of two or more complex numbers in the x+yi or x+yj text format.

## Syntax

`IMSUM(inumber1, [inumber2], ...)`

## 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">inumber1</span>* | <span data-teams="true">[Required] First complex number to add</span> |
| *inumber2, ...* | [Optional] Additional complex numbers (up to 254) to add. |

## Remarks

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

## Examples

`IMSUM("2+5j","5+3i")`
`IMSUM(A1:B5)`
`IMSUM({"2+5j","5+3i"})`