ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Calculations and significant digits (https://www.excelbanter.com/excel-programming/309858-re-calculations-significant-digits.html)

macropod[_6_]

Calculations and significant digits
 
Hi Niklas,

Try using Excel's ROUND function. For example,
=ROUND(4321.12345,4) returns 4321.1235
=ROUND(4321.12345,3) returns 4321.123
=ROUND(4321.12345,2) returns 4321.12
=ROUND(4321.21345,1) returns 4321.1
=ROUND(4321.21345,0) returns 4321
=ROUND()4321.12345,-1) returns 4320
=ROUND(4321.12345,-2) returns 4300
and so on.

Also check out the ROUNDUP and ROUNDDOWN functions.

Cheers


"Niklas" wrote in message
...
Hi
Are their any worksheet function I can use to convert a value to the
desiered significant values? At the moment I have created a UDF doing

this,
but I prefer to use worksheet function.

Some examples
Value Significant digits New value
-0.001 3 -0.001
1.99999999 3 2.00
2.00000001 3 2.00
0.012345 3 0.0123
0.00010 3 0.00010

Regards
/Niklas



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 9/08/2004




All times are GMT +1. The time now is 12:03 AM.

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