# IMSUB

## Content

This function returns the difference between two complex numbers in the x+yi or x+yj text format.

## Syntax

`IMSUB(complexnum1, complexnum2)`

## Arguments

<span data-teams="true">This function has these arguments:</span>

| <span data-teams="true">Argument</span> | <span data-teams="true">Description</span> |
| -------- | ----------- |
| <span data-teams="true"> </span>*<span data-teams="true">complexnum1</span>* | <span data-teams="true">[Required] Complex number from which to subtract</span> |
| <span data-teams="true"> </span>*<span data-teams="true">complexnum2</span>* | <span data-teams="true">[Required] Complex number to subtract</span> |

## Remarks

An error is returned if the arguments are not in the form "x+yi" or "x+yj".

## Examples

`IMSUB("2+5j","5+3i")`