+ Reply to Thread
Results 1 to 4 of 4

stop rounding up in a colum that contains decimals in excel

  1. #1
    bina
    Guest

    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. #2
    Niek Otten
    Guest

    Re: 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 Tools>Options>Calculation
    and check "Precision as displayed", but read HELP to find out what happens.

    --
    Kind regards,

    Niek Otten

    "bina" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #3
    Barb Reinhardt
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #4
    Bob Phillips
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1