Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How do I get a formula total to quit rounding up in Excel?

I have a formula in a cell =PRODUCT(H17*A31, 4) and the answer should be
$67.96 but it's coming up $68.00. If I change the number of decimal places,
it only changes the answer is $68.000; I've changed the size of the column
and that doesn't help either. Thanks for your time.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How do I get a formula total to quit rounding up in Excel?

What do H17 and A31 contain? Are they formulae or constants? Are you sure
that those cells don't contain figures with more precision than you are
seeing?
--
David Biddulph

"skmarshall" wrote in message
...
I have a formula in a cell =PRODUCT(H17*A31, 4) and the answer should be
$67.96 but it's coming up $68.00. If I change the number of decimal
places,
it only changes the answer is $68.000; I've changed the size of the column
and that doesn't help either. Thanks for your time.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How do I get a formula total to quit rounding up in Excel?

Up to that point I was getting the correct figures. These are the
formulas/constants:
cell E17 (constant) $29,068
cell H17 (formula) =E17/12 (answer $2422.33)
cell A31 (constant) 3
cell D31 =Product(H17*A31,4) (incorrect answer $29068.00)
I just changed the calculator to 4 decimal places and see that H17 could be
$2422.3333. Is that the problem? Is there any way to get the final product
(cell D31) to have the correct answer of $29067.96? Thanks


"David Biddulph" wrote:

What do H17 and A31 contain? Are they formulae or constants? Are you sure
that those cells don't contain figures with more precision than you are
seeing?
--
David Biddulph

"skmarshall" wrote in message
...
I have a formula in a cell =PRODUCT(H17*A31, 4) and the answer should be
$67.96 but it's coming up $68.00. If I change the number of decimal
places,
it only changes the answer is $68.000; I've changed the size of the column
and that doesn't help either. Thanks for your time.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How do I get a formula total to quit rounding up in Excel?

29068 is the *correct* answer for =Product(H17*A31,4), because that is
=(E17/12)*3*4 and that is =E17.
29067.96 would be an *incorrect* answer.

If you want Excel to round your calculations, you have to tell it to do so.
If you want H17 to contain 2422.33, then instead of =E17/12 you may want
=ROUND(E17/12,2)
Another option is to format H17 to 2 decimal places and ask Excel to use
"Precision as Displayed", but I wouldn't recommend that as it will give a
variety of unexpected results if you don't think carefully about what you
haveasked it to do.
--
David Biddulph

"skmarshall" wrote in message
...
Up to that point I was getting the correct figures. These are the
formulas/constants:
cell E17 (constant) $29,068
cell H17 (formula) =E17/12 (answer $2422.33)
cell A31 (constant) 3
cell D31 =Product(H17*A31,4) (incorrect answer $29068.00)
I just changed the calculator to 4 decimal places and see that H17 could
be
$2422.3333. Is that the problem? Is there any way to get the final
product
(cell D31) to have the correct answer of $29067.96? Thanks


"David Biddulph" wrote:

What do H17 and A31 contain? Are they formulae or constants? Are you
sure
that those cells don't contain figures with more precision than you are
seeing?
--
David Biddulph

"skmarshall" wrote in message
...
I have a formula in a cell =PRODUCT(H17*A31, 4) and the answer should be
$67.96 but it's coming up $68.00. If I change the number of decimal
places,
it only changes the answer is $68.000; I've changed the size of the
column
and that doesn't help either. Thanks for your time.






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How do I get a formula total to quit rounding up in Excel?

Thank you so much. That worked!!

"David Biddulph" wrote:

29068 is the *correct* answer for =Product(H17*A31,4), because that is
=(E17/12)*3*4 and that is =E17.
29067.96 would be an *incorrect* answer.

If you want Excel to round your calculations, you have to tell it to do so.
If you want H17 to contain 2422.33, then instead of =E17/12 you may want
=ROUND(E17/12,2)
Another option is to format H17 to 2 decimal places and ask Excel to use
"Precision as Displayed", but I wouldn't recommend that as it will give a
variety of unexpected results if you don't think carefully about what you
haveasked it to do.
--
David Biddulph

"skmarshall" wrote in message
...
Up to that point I was getting the correct figures. These are the
formulas/constants:
cell E17 (constant) $29,068
cell H17 (formula) =E17/12 (answer $2422.33)
cell A31 (constant) 3
cell D31 =Product(H17*A31,4) (incorrect answer $29068.00)
I just changed the calculator to 4 decimal places and see that H17 could
be
$2422.3333. Is that the problem? Is there any way to get the final
product
(cell D31) to have the correct answer of $29067.96? Thanks


"David Biddulph" wrote:

What do H17 and A31 contain? Are they formulae or constants? Are you
sure
that those cells don't contain figures with more precision than you are
seeing?
--
David Biddulph

"skmarshall" wrote in message
...
I have a formula in a cell =PRODUCT(H17*A31, 4) and the answer should be
$67.96 but it's coming up $68.00. If I change the number of decimal
places,
it only changes the answer is $68.000; I've changed the size of the
column
and that doesn't help either. Thanks for your time.








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
can't quit excel maven Excel Discussion (Misc queries) 0 March 15th 07 12:31 AM
Why is a row's total rounding up? PHRed Excel Worksheet Functions 2 July 11th 06 04:28 PM
Excel won't quit JRS Excel Discussion (Misc queries) 1 September 27th 05 04:31 AM
Rounding percentage's of the total jesterhs Excel Discussion (Misc queries) 5 July 26th 05 05:16 PM
Excel Quit opening DaCmanLou Excel Discussion (Misc queries) 0 February 6th 05 08:19 PM


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

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"