IMSUM
Returns the sum of complex numbers
Syntax
IMSUM(inumber1, [inumber2], ...)
Parameters
- inumber1: Required. The first complex number to add
- inumber2: Optional. Additional complex numbers to add, from 2 to 255
Example
=IMSUM("3+4i", "5-3i")Returns the sum of complex numbers
IMSUM(inumber1, [inumber2], ...)
=IMSUM("3+4i", "5-3i")