Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How to change complex 0.122345687+0.87659454j to 3 decimal places
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Tue, 4 Mar 2008 05:58:00 -0800, erwan
wrote: How to change complex 0.122345687+0.87659454j to 3 decimal places =COMPLEX(ROUND(IMREAL(A1),3),ROUND(IMAGINARY(A1),3 ),"j") or, if you might have either an "i" of "j" suffix: =COMPLEX(ROUND(IMREAL(A1),3),ROUND(IMAGINARY(A1),3 ),RIGHT(A1,1)) --ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you ron but still have slight problem when doing iteration.
"Ron Rosenfeld" wrote: On Tue, 4 Mar 2008 05:58:00 -0800, erwan wrote: How to change complex 0.122345687+0.87659454j to 3 decimal places =COMPLEX(ROUND(IMREAL(A1),3),ROUND(IMAGINARY(A1),3 ),"j") or, if you might have either an "i" of "j" suffix: =COMPLEX(ROUND(IMREAL(A1),3),ROUND(IMAGINARY(A1),3 ),RIGHT(A1,1)) --ron |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Tue, 4 Mar 2008 06:31:01 -0800, erwan
wrote: thank you ron but still have slight problem when doing iteration. Please be more specific. I don't understand what you mean in this context. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I change default decimal places? | Excel Discussion (Misc queries) | |||
How to change decimal places in balance sheet template | Excel Worksheet Functions | |||
number returns only two decimal places after I change from text | Excel Discussion (Misc queries) | |||
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. | Excel Discussion (Misc queries) | |||
How do I change the number of decimal places displayed in Excel | Excel Discussion (Misc queries) |