Skip to Content

IMSUB

Returns the difference of two complex numbers

Syntax

IMSUB(inumber1, inumber2)

Parameters

  • inumber1: Required. The complex number from which to subtract inumber2
  • inumber2: Required. The complex number to subtract from inumber1

Example

=IMSUB("13+4i", "5+3i")
Returns: StringSince: Excel 2003