ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Sig Figs (https://www.excelbanter.com/excel-worksheet-functions/253090-sig-figs.html)

Alterac

Sig Figs
 
I am working with a series of complex equations. I need them to carry a
constant 4 significant figures throughout the entire spread sheet until it is
rounded at the end. My issue is that I cannot get them all to show.

IE:
1) 0.0389
2) 0.2345
These are two different values that hold two different significant figures.
How do I get excel to show all the sig figs since the rounding function
seems to be limited.
Thanks for all the help!

P.s. I dont know a lot about macros....


Ron Rosenfeld

Sig Figs
 
On Tue, 12 Jan 2010 01:33:01 -0800, Alterac
wrote:

I am working with a series of complex equations. I need them to carry a
constant 4 significant figures throughout the entire spread sheet until it is
rounded at the end. My issue is that I cannot get them all to show.

IE:
1) 0.0389
2) 0.2345
These are two different values that hold two different significant figures.
How do I get excel to show all the sig fig’s since the rounding function
seems to be limited.
Thanks for all the help!

P.s. I dont know a lot about macros....


Try this formula provided by Harlan Grove:

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

--ron

Luke M

Sig Figs
 
There may be a better way, but one way would be to use this formula:

=VALUE(TEXT(A2,"0.000E+00"))

The text function forces XL to use 4 significant digits and then because its
text, the rest of the value is forgotten. The text is then converted back to
a number.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Alterac" wrote:

I am working with a series of complex equations. I need them to carry a
constant 4 significant figures throughout the entire spread sheet until it is
rounded at the end. My issue is that I cannot get them all to show.

IE:
1) 0.0389
2) 0.2345
These are two different values that hold two different significant figures.
How do I get excel to show all the sig figs since the rounding function
seems to be limited.
Thanks for all the help!

P.s. I dont know a lot about macros....


Herbert Seidenberg

Sig Figs
 
Excel 2007
Engineering and scientific number formats.
Numbers stay numbers, no conversion to text.
Numbers not rounded, just format changes.
Four significant digits displayed, from Meg to Micro.
Macros.
http://c0444202.cdn.cloudfiles.racks.../01_12_10.xlsm



All times are GMT +1. The time now is 09:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com