LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Decimal rounding causing addition errors

"TKGerdie" wrote:
because one of the items (materials) is a formula result is
has 8 decimal places and then only shows 2. Our customer
is confused as to why when he manually adds the figures they
do not match the total on our sheet. Is there any way to fix this?


If I understand you correctly, the problem arises because the underlying
value (with 8 dp) differs from the displayed value (with 2 dp). Formatting
only changes the appearance, not the underlying value.

You need to use ROUND(formula,2) to ensure that WYSIWYG.

However, note that this might also change the results of any formulas that
depend on this cell.

If that is not your intent -- if you need to use the unrounded value in
calculations -- then the simplest solution might be to add a footnote on the
summary page that explains that some values have been rounded in the
presentation, but not in the calculations.

Note: An alternative might be to calculate the exact value in one cell, and
use =ROUND(A1,2) for the summary page only. But that would not solve the
customer's problem, namely: confusion because the presented numbers do not
match the calculation.


----- original message -----

"TKGerdie" wrote:
We have a spreadsheet we use for bidding our jobs. The summary page has 5
line items that pull from another spreadsheet. Each of those cells are
formatted to only show 2 decimal places. However, because one of the
items
(materials) is a formula result is has 8 decimal places and then only
shows
2. Our customer is confused as to why when he manually adds the figures
they
do not match the total on our sheet. Is there any way to fix this?


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding errors when a "5" is the third decimal place using formul Jbagger Excel Discussion (Misc queries) 4 March 28th 07 01:52 AM
Addition of cells involving rounding nick Excel Discussion (Misc queries) 6 February 1st 07 03:32 PM
conditional forming causing linking errors Dave Breitenbach Excel Worksheet Functions 0 April 1st 05 08:19 PM
sumproduct causing memory errors? dave Excel Worksheet Functions 1 March 3rd 05 09:31 AM
large sumproducts causing memory errors dave Excel Discussion (Misc queries) 0 March 2nd 05 09:06 PM


All times are GMT +1. The time now is 02:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"