[]
This function returns the sum of two or more complex numbers in the x+yi or x+yj text format.
IMSUM(inumber1, [inumber2], ...)
This function has these arguments:
Argument | Description |
|---|---|
inumber1 | [Required] First complex number to add |
inumber2, ... | [Optional] Additional complex numbers (up to 254) to add. |
An error is returned if the arguments are not in the form "x+yi" or "x+yj".
IMSUM("2+5j","5+3i")
IMSUM(A1:B5)
IMSUM({"2+5j","5+3i"})