IMDIV function

Category: Engineering
Introduced: Excel 2003

Summary

Returns the quotient of two complex numbers

Syntax

IMDIV(inumber1, inumber2) The IMDIV function syntax has the following arguments:
• Inumber1 Required. The complex numerator or dividend.
• Inumber2 Required. The complex denominator or divisor.

Example

=IMDIV("-238+240i","10+24i")

Microsoft Support Page

https://support.microsoft.com/en-us/office/imdiv-function-a505aff7-af8a-4451-8142-77ec3d74d83f

Back to Functions