Excel IMDIV Function
The IMDIV function returns the quotient of two given complex numbers in x + yi or x + yj text format, i.e., divide the first complex number by the second.
Syntax
=IMDIV(inumber1, inumber2)
Arguments
- inumber1 (required): The complex number to be divided.
- inumber2 (required): The complex number to divide by.
Return Value
The IMDIV function returns a complex number as text.
Function Notes
- inumber1 and inumber2 can be supplied as any of the following:
- A real number whose imaginary part is 0, e.g., 1 is a complex number 1+0i; Or a purely imaginary number whose real part is 0, e.g., i is a complex number 0 + 1i;
- A cell reference that refers to a complex number;
- A complex number enclosed in double quotation marks.
- inumber1 and inumber2 can be returned by the COMPLEX function which converts real and imaginary coefficients into a complex number.
- IMDIV will return the #NUM! error if:
- inumber1 or inumber2 is not recognized as a complex number that has lowercase i or j (iota);
- inumber1 and inumber2 do not have the same suffix (i or j), e.g., 4+3i and 5+2j.
- IMDIV will return the #VALUE! error if inumber1 or inumber2 is a logical value.
- The division between two complex numbers (a+bi and c+di) is:
Example
To get the quotient of two complex numbers in the first row of the table below, please copy or enter the formula below in the top cell, and press Enter to get the result. After that, you can drag the fill handle (at the lower right corner of the result cell) down to apply the formula to below cells.
=IMDIV(B3,C3)
Also, you can type the actual complex numbers in the formula as shown below. Make sure the complex numbers are enclosed with double quotes:
=IMDIV("3+4i","-8+4i")
Related functions
The COMPLEX function converts real and imaginary coefficients to a complex number of the form x + yi or x + yj.
The IMSUB function returns the difference of two given complex numbers in x + yi or x + yj text format.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.
- Designed for 1500 work scenarios, helps you solve 80% Excel problems.
- Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
- Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
- 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Firefox, And New Internet Explorer.
