Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When using the complex function, the default format has many decimal places,
both for real and imaginary parts. I would like to change this and I don't know how to do it. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am assuming that your real and imaginary numbers are coming from other
calculations? You could always try rounding inside the function itself: =COMPLEX(ROUND(RealNo,2),ROUND(ImagNo,2),'j") for example. -- John C "michel74" wrote: When using the complex function, the default format has many decimal places, both for real and imaginary parts. I would like to change this and I don't know how to do it. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out this web site
http://support.microsoft.com/default.aspx/kb/213294 Hope this helps JB "michel74" wrote in message ... When using the complex function, the default format has many decimal places, both for real and imaginary parts. I would like to change this and I don't know how to do it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I format complex numbers ? | Excel Discussion (Misc queries) | |||
displaying complex number in Excel | Excel Discussion (Misc queries) | |||
Display absolute value of complex number | Excel Discussion (Misc queries) | |||
Round of a complex number | Excel Discussion (Misc queries) | |||
complex conditional format | Excel Discussion (Misc queries) |