Returns the sum of given complex numbers.
Syntax
Examples
|
Formula |
Result |
|
=IMSUM("2+3j"; "1+2j") |
3+5j |
|
=IMSUM("1-4i"; "5+1i") |
6-3i |
|
=IMSUM(A4;"3-2j") |
3+3j |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions
COMPLEX
IMDIV
IMPRODUCT
IMSUB