Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Rounding Problem

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,572
Default Rounding Problem

Check this link of John McGimpsey:

http://www.mcgimpsey.com/excel/pennyoff.html

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Alfred Kaufmann" wrote in message
...
I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default Rounding Problem

See

http://www.mcgimpsey.com/excel/pennyoff.html

In article ,
Alfred Kaufmann wrote:

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 16
Default Rounding Problem

did you try

=Round((A+B)*1.06,2)

will there be no problem in your accounting sheet if you do so?

"Alfred Kaufmann" wrote:

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al

  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 16
Default Rounding Problem

you can also try to upgrade your reading within this page.

http://www.microsoft.com/office/comm...xp=&sloc=en-us

"Alfred Kaufmann" wrote:

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Rounding Problem

Thanks everyone, that Round function should solve the problem. I also
discovered in the Excel Options how to set the precision to what is
displayed. Just have to ignore that terrible warning that my
spreadsheet will lose accuracy.

Al
I use Excel so often that every time I do Micsoft has a new version
;-(


On Mon, 3 Sep 2007 14:16:00 -0700, swordsman
wrote:

did you try

=Round((A+B)*1.06,2)

will there be no problem in your accounting sheet if you do so?

"Alfred Kaufmann" wrote:

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al

  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 16
Default Rounding Problem

glad it worked for your accounting sheet!<g

"Alfred Kaufmann" wrote:

Thanks everyone, that Round function should solve the problem. I also
discovered in the Excel Options how to set the precision to what is
displayed. Just have to ignore that terrible warning that my
spreadsheet will lose accuracy.

Al
I use Excel so often that every time I do Micsoft has a new version
;-(


On Mon, 3 Sep 2007 14:16:00 -0700, swordsman
wrote:

did you try

=Round((A+B)*1.06,2)

will there be no problem in your accounting sheet if you do so?

"Alfred Kaufmann" wrote:

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al


  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7,247
Default Rounding Problem

I would suggest that you NOT use the "Precision as displayed" setting. It
can cause rather odd results in calculations if various cells have a
different number of decimal places. You should use ROUND instead.

See http://www.cpearson.com/newsletter/c...2007_08_27.htm

This article illustrates a rather simple case in which you can have three
different values when summing the same numbers.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"Alfred Kaufmann" wrote in message
...
Thanks everyone, that Round function should solve the problem. I also
discovered in the Excel Options how to set the precision to what is
displayed. Just have to ignore that terrible warning that my
spreadsheet will lose accuracy.

Al
I use Excel so often that every time I do Micsoft has a new version
;-(


On Mon, 3 Sep 2007 14:16:00 -0700, swordsman
wrote:

did you try

=Round((A+B)*1.06,2)

will there be no problem in your accounting sheet if you do so?

"Alfred Kaufmann" wrote:

I have got a very simple accounting spreadsheet where column C is
determined by (A+B)*1.06. Cell C is formatted for dollars - two
decimal places. At the bottom of column C is a total which is usually
correct but sometimes it is out by one cent. All the calculations
across are correct. I am sure there is an easy way to fix this isn't
there? Thanks.

Al


Reply
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 Problem PWS Excel Worksheet Functions 5 March 9th 07 05:21 PM
Rounding Problem Mike Excel Discussion (Misc queries) 8 September 9th 06 03:59 PM
Rounding off problem..! Neo1 Excel Worksheet Functions 3 March 15th 06 11:56 PM
Averaging and Rounding problem Hansel Excel Worksheet Functions 5 June 21st 05 03:24 AM
Simple Rounding Problem Lisa Excel Discussion (Misc queries) 3 March 4th 05 07:48 PM


All times are GMT +1. The time now is 08:22 PM.

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

About Us

"It's about Microsoft Excel"