Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Engineering > IMREAL

 

IMREAL(inumber)

 
 Returns the real coefficient of a complex number in x + yi or x + yj text format.

 inumberThe complex number for which you want the real coefficient.

 REMARKS
 
  • This function is only available if you have the Analysis ToolPak add-in installed.
     
  • If "inumber" is not in the form x + yi or x + yj, then #NUM! is returned.
     
  • You can use the COMPLEX() function to convert real and imaginary coefficients into a complex number.

     EXAMPLES
     
     A
    1=IMREAL("6-9i") = 6
    2=IMREAL("-6-9i") = -6
    3=IMREAL("-6-9j") = -6
    4=IMREAL("-9j") = 0
    5=IMREAL("some text") = #NUM!
     

     Functions - I | Index - I | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top