Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bina
 
Posts: n/a
Default stop rounding up in a colum that contains decimals in excel

the answers in 6 cells need to be *0.387 these round up or down (this is ok)
but when i need to add these up 6 cells up its still taking the 3rd decimal
place in to account eg 15*0.387= £5.81, 10*0.387=£3.87. 30*0.387=£11.61 these
3 are duplicated once more, when i add them up the answer is coming out as
£42.57 and shoud be £42.58 plase can you help me
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default stop rounding up in a colum that contains decimals in excel

The value displayed is not the actual value; if the "rounding" occurs
through formatting, the unrounded value is used in computations.
Use the ROUND() function to really round, or use ToolsOptionsCalculation
and check "Precision as displayed", but read HELP to find out what happens.

--
Kind regards,

Niek Otten

"bina" wrote in message
...
the answers in 6 cells need to be *0.387 these round up or down (this is
ok)
but when i need to add these up 6 cells up its still taking the 3rd
decimal
place in to account eg 15*0.387= £5.81, 10*0.387=£3.87. 30*0.387=£11.61
these
3 are duplicated once more, when i add them up the answer is coming out as
£42.57 and shoud be £42.58 plase can you help me



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default stop rounding up in a colum that contains decimals in excel

I had to read between a lot of line for this one. If I take
15*.387 + 10*.387 + 30* .387, I got 21.285. This number, multiplied by 2,
is 42.57

I'm not sure where 42.58 is coming from.

"bina" wrote in message
...
the answers in 6 cells need to be *0.387 these round up or down (this is
ok)
but when i need to add these up 6 cells up its still taking the 3rd
decimal
place in to account eg 15*0.387= £5.81, 10*0.387=£3.87. 30*0.387=£11.61
these
3 are duplicated once more, when i add them up the answer is coming out as
£42.57 and shoud be £42.58 plase can you help me



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default stop rounding up in a colum that contains decimals in excel

Your initial formula is not rounding but just showing to 2 decimal places I
would guess, so the result of

15*.0387 is showing as 5.81 but is actually 5.805.

When you sum the results, it adds the actual values, not the displayed
values.

Either round initially

=ROUND(15*0.387,2)

or change the sum to round

=SUM(ROUND((B1:B6)*(0.387),2))

where B1:B16 are the multipliers. This is an array formula, it should be
committed with Ctrl-Shift-Enter, not just Enter.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"bina" wrote in message
...
the answers in 6 cells need to be *0.387 these round up or down (this is

ok)
but when i need to add these up 6 cells up its still taking the 3rd

decimal
place in to account eg 15*0.387= £5.81, 10*0.387=£3.87. 30*0.387=£11.61

these
3 are duplicated once more, when i add them up the answer is coming out as
£42.57 and shoud be £42.58 plase can you help me



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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Marcro recroding/ stop Ikon not appearing in middle of excel sheet vishu Excel Discussion (Misc queries) 3 July 6th 05 11:37 PM
Stop excel emedding (opeing in mail format) when outlook is open. Help Hey New Users to Excel 1 April 26th 05 02:29 PM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Excel converts Mapped drive to UNC - How to stop? Fred Links and Linking in Excel 1 January 20th 05 12:24 AM


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