Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to change complex 0.122345687+0.87659454j to 3 decimal places

How to change complex 0.122345687+0.87659454j to 3 decimal places
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default How to change complex 0.122345687+0.87659454j to 3 decimal places

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to change complex 0.122345687+0.87659454j to 3 decimal pla

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default How to change complex 0.122345687+0.87659454j to 3 decimal pla

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I change default decimal places? Jason Excel Discussion (Misc queries) 4 June 22nd 06 09:33 PM
How to change decimal places in balance sheet template jdport Excel Worksheet Functions 1 May 10th 06 08:29 AM
number returns only two decimal places after I change from text quale Excel Discussion (Misc queries) 5 December 8th 05 08:22 PM
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. SUKYKITTY Excel Discussion (Misc queries) 3 July 6th 05 01:50 PM
How do I change the number of decimal places displayed in Excel Dan Excel Discussion (Misc queries) 1 February 23rd 05 10:31 PM


All times are GMT +1. The time now is 07:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"