Returns the real coefficient of a complex number. Learn more
IMREAL(complex_number) is a function in Google Sheets that returns the real component of a complex number.
The function takes a single argument, which is a complex number in the form "a+bi" or "a+bj", where "a" and "b" are real numbers and "i" or "j" represents the imaginary unit. The IMREAL function extracts the real part "a" from the complex number and returns it as the result.