IMAGINARY function

Category: Engineering
Introduced: Excel 2003

Summary

Returns the imaginary coefficient of a complex number

Syntax

IMAGINARY(inumber) The IMAGINARY function syntax has the following arguments:
• Inumber Required. A complex number for which you want the imaginary coefficient.

Example

=IMAGINARY("3+4i")
=IMAGINARY("0-j")
=IMAGINARY(4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/imaginary-function-dd5952fd-473d-44d9-95a1-9a17b23e428a

Back to Functions