Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to display figures with thousand omitted | Excel Discussion (Misc queries) | |||
Need help with Adding Decimals | Excel Worksheet Functions | |||
Desire Sum to add visible figures rather than underlying decimals | Excel Discussion (Misc queries) | |||
Adding Decimals | Excel Discussion (Misc queries) | |||
Adding figures | Excel Worksheet Functions |