Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Keith
 
Posts: n/a
Default Stop rounding values

I have several values that have been set to show only 2 decimal places,
but the actual value has more. When I sum the two cells I get the wrong
result.

For example

A1 = 23.34656 displayed as 23.35
A2 = 1.1072 displayed as 1.11

When the two displayed values are added the answer is 24.46 but if you
enter the formula A1+A2 the result is 24.45

How do I stop Excel doing this?
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Keith

maybe
=ROUND(A1,2)+ROUND(A2,2)

or you could tick tools / options / calculations tab - precision as
displayed
from help:
"Precision as displayed Permanently changes stored values in cells from full
precision (15 digits) to whatever format, including decimal places, is
displayed."

Cheers
JulieD




"Keith" wrote in message
...
I have several values that have been set to show only 2 decimal places, but
the actual value has more. When I sum the two cells I get the wrong
result.

For example

A1 = 23.34656 displayed as 23.35
A2 = 1.1072 displayed as 1.11

When the two displayed values are added the answer is 24.46 but if you
enter the formula A1+A2 the result is 24.45

How do I stop Excel doing this?



  #3   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
use ROUND at your intermediate results. e.g.
=ROUND(A1,2)

--
Regards
Frank Kabel
Frankfurt, Germany

"Keith" schrieb im Newsbeitrag
...
I have several values that have been set to show only 2 decimal

places,
but the actual value has more. When I sum the two cells I get the

wrong
result.

For example

A1 = 23.34656 displayed as 23.35
A2 = 1.1072 displayed as 1.11

When the two displayed values are added the answer is 24.46 but if

you
enter the formula A1+A2 the result is 24.45

How do I stop Excel doing this?


  #4   Report Post  
Nick Hodge
 
Posts: n/a
Default

Keith

You either

1) Need to change the setting in ToolsOptionsCalculationPrecision as
displayed (May not be desirable)
2) Wrap your formulae in the ROUND function

=ROUND(A1,2)+ROUND(A2,2)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Keith" wrote in message
...
I have several values that have been set to show only 2 decimal places, but
the actual value has more. When I sum the two cells I get the wrong
result.

For example

A1 = 23.34656 displayed as 23.35
A2 = 1.1072 displayed as 1.11

When the two displayed values are added the answer is 24.46 but if you
enter the formula A1+A2 the result is 24.45

How do I stop Excel doing this?



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
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM
Can I stop rounding in excel? Jmadden Excel Discussion (Misc queries) 4 January 12th 05 05:48 PM
Stop Excel from converting text labels in CSV files to Values Just Want a Label! Excel Discussion (Misc queries) 1 January 11th 05 04:51 PM
How do I stop excel replacing numerical values with the date? Becca C Excel Discussion (Misc queries) 2 December 21st 04 12:12 PM
How do I make Excel stop rounding off my numbers that are 16 digi. Aida Excel Discussion (Misc queries) 1 December 6th 04 04:34 PM


All times are GMT +1. The time now is 10:59 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"