Returns the difference between two given complex numbers (i.e complex_num1- complex_num2).
Syntax
complex_num1: Text representing the first complex number. E.g. "2+3j"
Examples
|
Formula |
Result |
|
=IMSUB("2+3j"; "1+2j") |
1+j |
|
=IMSUB("1-4i"; "5+1i") |
-4-5i |
|
=IMSUB(A4;"3-2j") |
-3+7j |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions
COMPLEX
IMDIV
IMPRODUCT
IMSUM