ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Significant figures (not decimal places) (https://www.excelbanter.com/excel-worksheet-functions/7704-significant-figures-not-decimal-places.html)

Gene Solomon

Significant figures (not decimal places)
 
Is there a way to display numbers with 3 significant figures? For instance,
display 1367 as 1370, 14621 as 14600, and .02637 as .0264.

I'm trying to find a way to take a column of data, and then display it with
3 sig figs. Will any functions or macro help me out?

Thanks.

Frank Kabel

Hi
see:
http://www.mcgimpsey.com/excel/formulae/sigfigs.html

--
Regards
Frank Kabel
Frankfurt, Germany

"Gene Solomon" <Gene schrieb im
Newsbeitrag ...
Is there a way to display numbers with 3 significant figures? For

instance,
display 1367 as 1370, 14621 as 14600, and .02637 as .0264.

I'm trying to find a way to take a column of data, and then display

it with
3 sig figs. Will any functions or macro help me out?

Thanks.



Ron Rosenfeld

On Thu, 9 Dec 2004 09:53:12 -0800, Gene Solomon <Gene
wrote:

Is there a way to display numbers with 3 significant figures? For instance,
display 1367 as 1370, 14621 as 14600, and .02637 as .0264.

I'm trying to find a way to take a column of data, and then display it with
3 sig figs. Will any functions or macro help me out?

Thanks.


Do you really mean "display" or do you mean "change to" a number with n
significant digits.

If you want to change the number to have only n significant digits, then the
formula:

=ROUND(A1,SigDigits-1-INT(LOG10(ABS(A1))))

will do that.

If you want to keep the original number, but adjust the formatting so only
three significant digits are displayed, I don't believe that is possible.


--ron


All times are GMT +1. The time now is 05:52 AM.

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