IMREAL(inumber)
=IMREAL("6-9i")
TheIMREAL> function is used to extract the real part of a complex number. For example the formula above, which will return 6.
=IMREAL(A1)
The IMREAL function can also be used with a cell reference. For example, if cell A1 contains a complex number, the formula will return 3.
=IMREAL(A1, A2)
The IMREAL function can also be used with multiple complex numbers. For example, if cell A1 contains a complex number and cell A2 contains a complex number, the formula will return 2 and 4 respectively.
IMREAL is a function which takes a complex number as input and returns its real part. The complex number must be formatted as x + yi or x + yj.