Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sounds like a rounding issue. The actual value in the cells may be slightly
different (have more decimal places) than what you see. Try putting your price x number of bushels formula (let's pretend it is =A*B) inside a ROUND function like this: =ROUND(A*B,2) This will round the value to exactly 2 decimal places. Then the SUM function should give the result you expect. Hope this helps, Hutch "Amy" wrote: I'm trying to keep a grain record book in excel and so far it's worked great. I've noticed however that my totals have been off. I start by multiplying the bushels sold by the price per bushel to get a price. I do this for all of my entries and it works fine. I then add all of my prices together to get a grand total and this is where the problem is. To get the total I use =SUM (I16:I21) which give me a total of $11,756.52. The problem is it should be $11,756.53. When I use the same formula to get the total, but manually type in what the prices should be, the answer comes out $11,756.53. Why does using cells with formula totals vs cells with manually typed totals differ? The amounts being added are the same?! Can someone please explain this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas for Adding | Excel Discussion (Misc queries) | |||
Adding next row of formulas | New Users to Excel | |||
Adding formulas | Excel Discussion (Misc queries) | |||
Adding cells that already have formulas | Excel Discussion (Misc queries) | |||
adding cells that contain formulas that have returned error messag | Excel Worksheet Functions |