[]
        
(Showing Draft Content)

IMSUM

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

This function has these arguments:

Argument

Description

inumber1

[Required] First complex number to add

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"})