![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Engineering > COMPLEX |
COMPLEX(real_num, i_num [,suffix]) |
| Returns the complex number given a real and imaginary coefficients. |
| real_num | The real coefficient of a complex number. | |
| i_num | The imaginary coefficient of a complex number. | |
| suffix | The suffix for the imaginary component of the complex number. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| If "real_num" is not numeric, then #VALUE! is returned. | ||
| If "i_num" is not numeric, then #VALUE! is returned. | ||
| If "suffix" is left blank, then it is assumed to be "i". | ||
| If "suffix" is not either "i" or "j", then #VALUE! is returned. | ||
| You can use the IMCONJUGATE() function to return a complex conjugate. |
| EXAMPLES |
|
| Functions - C | Index - C | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |