+ Reply to Thread
Results 1 to 8 of 8

Houw to Round

  1. #1
    Thomas Grassi
    Guest

    Houw to Round

    How do I round up to 614.12 in the formula?

    =SUM(I48/1.075)

    My result is 614.11

    I48 is 660.17 and is the total including sales tax.

    Thanks

    Tom



  2. #2
    Steve Dalton
    Guest

    Re: Houw to Round

    Tom

    ROUND(SUM(I48/1.075)+0.005,2)

    Regards

    Steve Dalton

    "Thomas Grassi" <[email protected]> wrote in message
    news:%[email protected]...
    > How do I round up to 614.12 in the formula?
    >
    > =SUM(I48/1.075)
    >
    > My result is 614.11
    >
    > I48 is 660.17 and is the total including sales tax.
    >
    > Thanks
    >
    > Tom
    >
    >




  3. #3
    Shailesh Shah
    Guest

    Re: Houw to Round


    Hi Tom,
    Try this,

    =ROUNDUP(SUM(I48/1.075),2)

    Regards,
    Shah Shailesh
    http://members.lycos.co.uk/shahweb/
    (Excel Add-ins)

    *** Sent via Developersdex http://www.developersdex.com ***

  4. #4
    Michael Bednarek
    Guest

    Re: Houw to Round

    On Fri, 1 Apr 2005 22:34:40 -0500, "Thomas Grassi"
    <[email protected]> wrote in microsoft.public.excel.programming:

    >How do I round up to 614.12 in the formula?
    >
    >=SUM(I48/1.075)
    >
    >My result is 614.11


    Correct:
    660.17 / 1.075 = 614.111627907 (=614.11)

    >I48 is 660.17 and is the total including sales tax.


    Ahh, 660.17 is wrong because
    614.12 * 1.075 = 660.179 (=660.18)

    To track down where things go wrong we need more information.

    --
    Michael Bednarek http://mbednarek.com/ "POST NO BILLS"

  5. #5
    JE McGimpsey
    Guest

    Re: Houw to Round

    Just another way:

    =CEILING(I48/1.075,0.01)

    Note that your SUM() function is unnecessary:

    =SUM(I48/1.075)

    returns the same value as

    =I48/1.075



    In article <#[email protected]>,
    "Thomas Grassi" <[email protected]> wrote:

    > How do I round up to 614.12 in the formula?
    >
    > =SUM(I48/1.075)
    >
    > My result is 614.11
    >
    > I48 is 660.17 and is the total including sales tax.
    >
    > Thanks
    >
    > Tom


  6. #6
    Tom Ogilvy
    Guest

    Re: Houw to Round

    614.11 is the correct answer as shown in response to your first posting.
    Jim Thomlinson was apparently mistaken if that is why you are asking the
    quesion. If you actually want to round up, then you received answers for
    that.

    --
    Regards,
    Tom Ogilvy



    "Thomas Grassi" <[email protected]> wrote in message
    news:%[email protected]...
    > How do I round up to 614.12 in the formula?
    >
    > =SUM(I48/1.075)
    >
    > My result is 614.11
    >
    > I48 is 660.17 and is the total including sales tax.
    >
    > Thanks
    >
    > Tom
    >
    >




  7. #7

    Re: Houw to Round


    Thomas Grassi wrote:
    > How do I round up to 614.12 in the formula?
    >
    > =SUM(I48/1.075)
    >
    > My result is 614.11
    >
    > I48 is 660.17 and is the total including sales tax.
    >
    > Thanks
    >
    > Tom



  8. #8

    Re: Houw to Round

    change your frmula to
    =roundup(sum(i48/1.075);2)

    regards,

    jarot


+ 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