Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.13 KB

Excel.WorksheetFunction.ImSub.md

File metadata and controls

47 lines (27 loc) · 1.13 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WorksheetFunction.ImSub method (Excel)
vbaxl10.chm137273
vbaxl10.chm137273
Excel.WorksheetFunction.ImSub
bf3d6ea1-46e2-b6d3-66e0-40576db5be2f
05/23/2019
medium

WorksheetFunction.ImSub method (Excel)

Returns the difference of two complex numbers in x + yi or x + yj text format.

Syntax

expression.ImSub (Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Variant Inumber1 - the complex number from which to subtract inumber2.
Arg2 Required Variant Inumber2 - the complex number to subtract from inumber1.

Return value

String

Remarks

Use the Complex method to convert real and imaginary coefficients into a complex number.

The difference of two complex numbers is   Formula

[!includeSupport and feedback]