You can also format the cells to give you up to 30 decimal spaces. To do so, click on:
format > cells (ctrl+1) > number > decimal places.
If you set the category on General, the only way to see the decimal is to widen the column.
Hope this will help!
Also, if the precision of the decimal places is more than the precision that is formatted, then rounding will take place.
For example,
values entered:
0.333
0.333
0.333
=sum(A1:A3)
values shown when cells formatted to 2 decimal places:
0.33
0.33
0.33
1.00
values shown when cells formatted to 3 decimal places:
0.333
0.333
0.333
0.999
To automatically overcome this you could check the "Precision as displayed" checkbox in the Options menu.
(Tools-->Option-->choose the Calculations tab), however I wouldn't recommend this.
To be as precise as possible, I'd recommend using BOTH:
a) the ROUND function and b) Formatting
...to the same number of decimal places.
For example, if the individual numbers are derived via formulas, use =ROUND(xxx,8) - where xxx is your existing formula. Do the same with the "total" formula.
Then format all the cells as: Number - 8 decimals.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.