Hi Bruno.
You can use these functions provided in Excel:
- COMPLEX( , ) -Note: you may need to change the width of the column in order to see the numbers-
- Built-in functions:
- IMDIV(a,b),
- IMSUM(a,b),
- IMPRODUCT(a,b),
- IMPOWER(a,n) to perform complex division, sum, product and power operations on complex numbers a and b, with n as integer.
More details: http://pages.mtu.edu/~tbco/cm416/freqexcel.html
Regards.