Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bb
 
Posts: n/a
Default ROUND or "Precision as displayed"?

What is the difference between using ROUND and "Precision as displayed"?
When should you use one and when the other?

For instance, if I have 0.53 + 0.53 = 1.06 and the cells are formatted to
show only 1 decimal place, it would look like this: 0.5 + 0.5 = 1.1, which
looks incorrect. Would it be better to use ROUND or "Precision as displayed"
to make it show 0.5 + 0.5 = 1.0? It seems as though using ROUND or
"Precision as displayed" yields the same results visually, at least in this
simple example. I know that with ROUND the hidden decimals places are still
there and with "Precision as displayed" they would be permanently deleted,
but are there any other differences between the two when it comes to how
Excel calculates numbers?

Thank you in advance for any information.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default ROUND or "Precision as displayed"?

I believe they will round the same way. Of course there are things that
never will be "correct"

A1 holds 1
A2 =A1/3
A3 =A1/3
A4 =A1/3

if you format with 2 decimals and then apply precision as displayed then
=SUM(A2:A4) will return 0.99 the same way as if you used

=ROUND(A1/3,2)

and so on

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"bb" wrote in message
...
What is the difference between using ROUND and "Precision as displayed"?
When should you use one and when the other?

For instance, if I have 0.53 + 0.53 = 1.06 and the cells are formatted to
show only 1 decimal place, it would look like this: 0.5 + 0.5 = 1.1, which
looks incorrect. Would it be better to use ROUND or "Precision as
displayed"
to make it show 0.5 + 0.5 = 1.0? It seems as though using ROUND or
"Precision as displayed" yields the same results visually, at least in
this
simple example. I know that with ROUND the hidden decimals places are
still
there and with "Precision as displayed" they would be permanently deleted,
but are there any other differences between the two when it comes to how
Excel calculates numbers?

Thank you in advance for any information.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bb
 
Posts: n/a
Default ROUND or "Precision as displayed"?

Hi, Peo, I just wanted to say thanks for your response. :) I haven't used
either ROUND or Precision as displayed much in the past but they do seem to
round the same way, at least for what I'm doing right now.

Thanks again! :)


"Peo Sjoblom" wrote:

I believe they will round the same way. Of course there are things that
never will be "correct"

A1 holds 1
A2 =A1/3
A3 =A1/3
A4 =A1/3

if you format with 2 decimals and then apply precision as displayed then
=SUM(A2:A4) will return 0.99 the same way as if you used

=ROUND(A1/3,2)

and so on

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"bb" wrote in message
...
What is the difference between using ROUND and "Precision as displayed"?
When should you use one and when the other?

For instance, if I have 0.53 + 0.53 = 1.06 and the cells are formatted to
show only 1 decimal place, it would look like this: 0.5 + 0.5 = 1.1, which
looks incorrect. Would it be better to use ROUND or "Precision as
displayed"
to make it show 0.5 + 0.5 = 1.0? It seems as though using ROUND or
"Precision as displayed" yields the same results visually, at least in
this
simple example. I know that with ROUND the hidden decimals places are
still
there and with "Precision as displayed" they would be permanently deleted,
but are there any other differences between the two when it comes to how
Excel calculates numbers?

Thank you in advance for any information.



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
An Inquirey on the Round function PA Excel Worksheet Functions 6 November 18th 05 11:44 PM
round up a function RESULT Lynne Excel Discussion (Misc queries) 4 November 10th 05 04:59 PM
Round a number in nested function kim Excel Worksheet Functions 1 July 6th 05 11:45 AM
Round whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


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