Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two columns of data - in column A are quantities of goods (which cost
..025p each), in Column B is the total cost, arrived at by "=A1*.025" etc. Column B is corrected to 2 decimal places to give a usable finance figure, but if I SUM column B, instead of adding the figures shown, it adds the uncorrected amounts (ie 3 decimal places) which ends up in a total which doesn't match the visible figures. This sounds like it should be quite simple to correct, I just don't seem to be able to find the answer. I am using Office 2003 and column B is formatted to exclude zero figures. Hope I have explained clearly! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could expand the formula in B to "=round(A1*.025,2)" so that each
individual line is then accurate to 2 decimal places and the total will be also. "barkingmad" wrote: I have two columns of data - in column A are quantities of goods (which cost .025p each), in Column B is the total cost, arrived at by "=A1*.025" etc. Column B is corrected to 2 decimal places to give a usable finance figure, but if I SUM column B, instead of adding the figures shown, it adds the uncorrected amounts (ie 3 decimal places) which ends up in a total which doesn't match the visible figures. This sounds like it should be quite simple to correct, I just don't seem to be able to find the answer. I am using Office 2003 and column B is formatted to exclude zero figures. Hope I have explained clearly! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't quite see the problem (they will all be multiples of a quarter,
which can only sum to 2 dec pl as I see it), but maybe this helps =SUMPRODUCT(ROUND(B1:B20,2)) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "barkingmad" wrote in message ... I have two columns of data - in column A are quantities of goods (which cost .025p each), in Column B is the total cost, arrived at by "=A1*.025" etc. Column B is corrected to 2 decimal places to give a usable finance figure, but if I SUM column B, instead of adding the figures shown, it adds the uncorrected amounts (ie 3 decimal places) which ends up in a total which doesn't match the visible figures. This sounds like it should be quite simple to correct, I just don't seem to be able to find the answer. I am using Office 2003 and column B is formatted to exclude zero figures. Hope I have explained clearly! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtracting two 2-decimal place numbers gives result 13-decimal places? | Excel Worksheet Functions | |||
Want Fixed Decimal places in only 1 column | Excel Discussion (Misc queries) | |||
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. | Excel Discussion (Misc queries) | |||
decimal places | Excel Discussion (Misc queries) | |||
Adding numbers in a column that have 3 decimal places | Excel Worksheet Functions |