ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can surplus decimals be omitted when adding derived figures? (https://www.excelbanter.com/excel-worksheet-functions/170995-can-surplus-decimals-omitted-when-adding-derived-figures.html)

DBB9

Can surplus decimals be omitted when adding derived figures?
 
I have a column of calculated figures, displayed to 2 decimals. When Excel
2003 adds this it includes concealed decimals, creating a rounding error in
the total. How can I delete the excess decimals so they do not distort the
calculation?

David Biddulph[_2_]

Can surplus decimals be omitted when adding derived figures?
 
Either use a helper column =ROUND(A2,2) and total those, or
Tools/ Options/ Calculation/ Precision as displayed [but be careful if you
choose this latter option, as you may get unexpected results elsewhere.]
--
David Biddulph

"DBB9" wrote in message
...
I have a column of calculated figures, displayed to 2 decimals. When Excel
2003 adds this it includes concealed decimals, creating a rounding error
in
the total. How can I delete the excess decimals so they do not distort the
calculation?




joeu2004

Can surplus decimals be omitted when adding derived figures?
 
On Dec 28, 12:20*pm, DBB9 wrote:
I have a column of calculated figures, displayed to 2 decimals. When Excel
2003 adds this it includes concealed decimals, creating a rounding error in
the total. How can I delete the excess decimals so they do not distort the
calculation?


If the column of numbers is A1:A100, you could sum them as they appear
with the following formula:

=sumproduct(round(A1:A100,2))


All times are GMT +1. The time now is 04:21 AM.

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