+ Reply to Thread
Results 1 to 6 of 6

Formula for rounding to the nearst eighth of one percent

  1. #1
    Ron Green
    Guest

    Formula for rounding to the nearst eighth of one percent

    I would like to create a formula that rounds the sum of two cells to the
    nearest eighth of one percent. Specifically, Cell 1, 5.00%, plus Cell 2,
    2.40%. The sum is 7.40%, but rounded to the nearest eighth it would be
    7.375%.



  2. #2
    David Billigmeier
    Guest

    RE: Formula for rounding to the nearst eighth of one percent

    =MROUND(7.4,1/8)

    First have to install the Analysis ToolPak, though, Tools->Add-Ins->Check
    Analysis ToolPak
    --
    Regards,
    Dave


    "Ron Green" wrote:

    > I would like to create a formula that rounds the sum of two cells to the
    > nearest eighth of one percent. Specifically, Cell 1, 5.00%, plus Cell 2,
    > 2.40%. The sum is 7.40%, but rounded to the nearest eighth it would be
    > 7.375%.
    >
    >


  3. #3
    David Billigmeier
    Guest

    RE: Formula for rounding to the nearst eighth of one percent

    Come to think of it I don't know if you need to install the Analysis ToolPak,
    it might be just an included function. But if you try it and it doesn't work
    then you gotta install it.
    --
    Regards,
    Dave


    "David Billigmeier" wrote:

    > =MROUND(7.4,1/8)
    >
    > First have to install the Analysis ToolPak, though, Tools->Add-Ins->Check
    > Analysis ToolPak
    > --
    > Regards,
    > Dave
    >
    >
    > "Ron Green" wrote:
    >
    > > I would like to create a formula that rounds the sum of two cells to the
    > > nearest eighth of one percent. Specifically, Cell 1, 5.00%, plus Cell 2,
    > > 2.40%. The sum is 7.40%, but rounded to the nearest eighth it would be
    > > 7.375%.
    > >
    > >


  4. #4
    KL
    Guest

    Re: Formula for rounding to the nearst eighth of one percent

    How about:

    =ROUND(A3/0.00125,0)*0.00125

    =ROUND(A3/(0.01/8),0)*(0.01/8)

    No need to install anything.

    Regards,
    KL


    "Ron Green" <Ron [email protected]> wrote in message
    news:[email protected]...
    >I would like to create a formula that rounds the sum of two cells to the
    > nearest eighth of one percent. Specifically, Cell 1, 5.00%, plus Cell 2,
    > 2.40%. The sum is 7.40%, but rounded to the nearest eighth it would be
    > 7.375%.
    >
    >




  5. #5
    KL
    Guest

    Re: Formula for rounding to the nearst eighth of one percent

    It is an Analysis ToolPak function.

    Regards,
    KL


    "David Billigmeier" <[email protected]> wrote in
    message news:[email protected]...
    > Come to think of it I don't know if you need to install the Analysis
    > ToolPak,
    > it might be just an included function. But if you try it and it doesn't
    > work
    > then you gotta install it.
    > --
    > Regards,
    > Dave
    >
    >
    > "David Billigmeier" wrote:
    >
    >> =MROUND(7.4,1/8)
    >>
    >> First have to install the Analysis ToolPak, though, Tools->Add-Ins->Check
    >> Analysis ToolPak
    >> --
    >> Regards,
    >> Dave
    >>
    >>
    >> "Ron Green" wrote:
    >>
    >> > I would like to create a formula that rounds the sum of two cells to
    >> > the
    >> > nearest eighth of one percent. Specifically, Cell 1, 5.00%, plus Cell
    >> > 2,
    >> > 2.40%. The sum is 7.40%, but rounded to the nearest eighth it would be
    >> > 7.375%.
    >> >
    >> >




  6. #6
    KL
    Guest

    Re: Formula for rounding to the nearst eighth of one percent

    ....A3 = 7.4%

    KL


    "KL" <[email protected]> wrote in message
    news:[email protected]...
    > How about:
    >
    > =ROUND(A3/0.00125,0)*0.00125
    >
    > =ROUND(A3/(0.01/8),0)*(0.01/8)
    >
    > No need to install anything.
    >
    > Regards,
    > KL
    >
    >
    > "Ron Green" <Ron [email protected]> wrote in message
    > news:[email protected]...
    >>I would like to create a formula that rounds the sum of two cells to the
    >> nearest eighth of one percent. Specifically, Cell 1, 5.00%, plus Cell 2,
    >> 2.40%. The sum is 7.40%, but rounded to the nearest eighth it would be
    >> 7.375%.
    >>
    >>

    >
    >




+ 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