Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 349
Default how do i show 3 significant figures

i need to show numbers to 3 significant figures. in one column, the numbers
should show as 5.36, 7.56, 20.8, 47.6, 171, 291, 1070. all to 3 significant
figures, but to different numbers of decimal places. thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default how do i show 3 significant figures

On Thu, 18 Feb 2010 07:52:01 -0800, peter
wrote:

i need to show numbers to 3 significant figures. in one column, the numbers
should show as 5.36, 7.56, 20.8, 47.6, 171, 291, 1070. all to 3 significant
figures, but to different numbers of decimal places. thanks.


You can use this formula in a "helper column":

=--TEXT(A1,"."&REPT("0",3)&"E+000")

A possible disadvantage is that if the result has a trailing zero to the right
of the decimal point, it will not be displayed.

If that might be an issue, then a VBA solution may be required to return the
result as a text string.
--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
significant figures Crystal Excel Worksheet Functions 14 July 8th 09 07:36 PM
Significant figures as a conditional format stephenp Excel Worksheet Functions 3 October 15th 08 10:01 AM
significant figures? bgarey Excel Discussion (Misc queries) 15 September 3rd 08 08:01 PM
Automatic formatting of Significant Figures .... CFD Excel Discussion (Misc queries) 4 September 22nd 05 11:32 PM
Rounding/Significant figures cloots Excel Worksheet Functions 5 September 1st 05 04:03 PM


All times are GMT +1. The time now is 08:23 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"