logo
excelfunctions.org
bookmarks

IMSUB

Returns the difference between two complex numbers.

EngineeringEngineering & Science

What it does

Subtracts one complex number from another.

Syntax

IMSUB(inumber1, inumber2)

Arguments

  • inumber1(text) β€” Complex number.
  • inumber2(text) β€” Complex number to subtract.

Examples

Complex Subtract

Subtract 1+2i from 3+4i.

FORMULA
=IMSUB("3+4i", "1+2i")
RESULT
2+2i
SAMPLE DATA
AB
1AB
23+4i1+2i