IMDIV Function in Excel returns the quotient on division of two complex numbers. (i.e. divides one complex number from another).
Syntax of IMDIV Function in Excel
IMDIV( inumber1, inumber2)
Where
- inumber – arguments are the Complex Numbers that you want to find the division quotient of. i.e. inumber1 is to be divided by inumber2
Example of IMDIV Function in Excel
Formula
- IMDIV Function takes up two complex numbers (real component and imaginary component) and divides one complex number with other to get the quotient.
Result
NOTE: #NUM! – Error occurs if,
- supplied inumber arguments are not recognized as a complex number.