#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default MS-Excel Formula

How do I get a cell to round up by $1.00 without changing the sum total? I
know how to make it round up by one or two places. Example: Cell (A1=
$1,333)+(A2=$1,333)+(A3=1,333). Cell A4 is a sumtotal which equals $4000.
When I sum these cells, the total is 4000. However, If you manually add
these amounts you will see that the correct total really is 3999. I need to
make cell A1 equal $1334 without manually adding 1 at the end of the formula,
which ultimately affects the sum total cell. Does anybody have any
suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default MS-Excel Formula

I'm guessing he values in A1, A2 and A3 are 1333.33. DO you want it to show
3999? IF so, go to Tools - Options - Calculations - PRecision as
displayed? Please note that if you do this, your data will lose accuracy.

"muzickdoc2006" wrote:

How do I get a cell to round up by $1.00 without changing the sum total? I
know how to make it round up by one or two places. Example: Cell (A1=
$1,333)+(A2=$1,333)+(A3=1,333). Cell A4 is a sumtotal which equals $4000.
When I sum these cells, the total is 4000. However, If you manually add
these amounts you will see that the correct total really is 3999. I need to
make cell A1 equal $1334 without manually adding 1 at the end of the formula,
which ultimately affects the sum total cell. Does anybody have any
suggestions?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default MS-Excel Formula

Yes the values are 1,333 in A1,A2, and A3. I need the result cell to show
4,000. Which it does. However, I need cell A1 to show 1,334 w/o changing
the 4,000 to 4,001.

Thanks - muzickdoc2006

"Barb Reinhardt" wrote:

I'm guessing he values in A1, A2 and A3 are 1333.33. DO you want it to show
3999? IF so, go to Tools - Options - Calculations - PRecision as
displayed? Please note that if you do this, your data will lose accuracy.

"muzickdoc2006" wrote:

How do I get a cell to round up by $1.00 without changing the sum total? I
know how to make it round up by one or two places. Example: Cell (A1=
$1,333)+(A2=$1,333)+(A3=1,333). Cell A4 is a sumtotal which equals $4000.
When I sum these cells, the total is 4000. However, If you manually add
these amounts you will see that the correct total really is 3999. I need to
make cell A1 equal $1334 without manually adding 1 at the end of the formula,
which ultimately affects the sum total cell. Does anybody have any
suggestions?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default MS-Excel Formula

Why?

You must have 1,333.33 in each of A1, A2 and A3, which adds up to 4,000. But the
format for each cell is 0 decimal places, so they display 1,333.

The standard solution to this issue is to add a footnote saying "Numbers may not
add up due to rounding".

Another option is to increase the number of decimal places displayed.

You won't be able to get 1,334 into A1 without a circular reference error.

You could create a helper column, where B2=round(A2,0), B3=round(A3,0),
B4=round(A4,0), and B1=B4-B3-B2

That's all the solutions I can think of.

--
Regards,
Fred


"muzickdoc2006" wrote in message
...
Yes the values are 1,333 in A1,A2, and A3. I need the result cell to show
4,000. Which it does. However, I need cell A1 to show 1,334 w/o changing
the 4,000 to 4,001.

Thanks - muzickdoc2006

"Barb Reinhardt" wrote:

I'm guessing he values in A1, A2 and A3 are 1333.33. DO you want it to show
3999? IF so, go to Tools - Options - Calculations - PRecision as
displayed? Please note that if you do this, your data will lose accuracy.

"muzickdoc2006" wrote:

How do I get a cell to round up by $1.00 without changing the sum total? I
know how to make it round up by one or two places. Example: Cell (A1=
$1,333)+(A2=$1,333)+(A3=1,333). Cell A4 is a sumtotal which equals $4000.
When I sum these cells, the total is 4000. However, If you manually add
these amounts you will see that the correct total really is 3999. I need
to
make cell A1 equal $1334 without manually adding 1 at the end of the
formula,
which ultimately affects the sum total cell. Does anybody have any
suggestions?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art Art is offline
external usenet poster
 
Posts: 587
Default MS-Excel Formula

I'm guessing that Barb is correct in assuming that your values are 1,333.33.
Also that you're getting the normal behavior from the spreadsheet because of
the precision that you choose to display. If you want your total to appear
as 4,000 and 1 of your 3 values to appear as 1,334, then you could do the
following.

Change one value to 1,333.5. This should make it round up in your display,
but wouldn't be enough of a change to affect the way your total appears.

However, let me add that I don't think this is a good idea -- it's liable to
create confusion down the road. I'd suggest you either add decimal points to
your precision, or actually change all of the values to integers.



"muzickdoc2006" wrote:

How do I get a cell to round up by $1.00 without changing the sum total? I
know how to make it round up by one or two places. Example: Cell (A1=
$1,333)+(A2=$1,333)+(A3=1,333). Cell A4 is a sumtotal which equals $4000.
When I sum these cells, the total is 4000. However, If you manually add
these amounts you will see that the correct total really is 3999. I need to
make cell A1 equal $1334 without manually adding 1 at the end of the formula,
which ultimately affects the sum total cell. Does anybody have any
suggestions?



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
Excel Formula Doesn't Execute (Shows formula-not the calcuation) Keys1970 Excel Discussion (Misc queries) 4 November 15th 06 02:12 PM
match formula - 2 excel files:#1 hasthis formula, 2nd has the Raw DS Excel Worksheet Functions 4 October 7th 06 12:25 AM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
How do I view formula results intead of formula in excel? davidinatlanta Excel Worksheet Functions 4 February 7th 06 03:02 PM
i edit a formula (excel) then it displays formula not answer caiman Excel Discussion (Misc queries) 2 September 9th 05 02:09 AM


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