+ Reply to Thread
Results 1 to 6 of 6

ROUNDING

  1. #1
    susan slate
    Guest

    ROUNDING

    If my answer is .13, .38, .63, .88 I need it to roundup to .25, .50, .75, 1.00

  2. #2
    David Billigmeier
    Guest

    RE: ROUNDING

    =MROUND(.13,.25)
    =MROUND(.38,.25)
    =MROUND(.63,.25)
    =MROUND(.88,.25)

    Make sure you have the analysis ToolPak installed... Tools->Add-Ins

    --
    Regards,
    Dave


    "susan slate" wrote:

    > If my answer is .13, .38, .63, .88 I need it to roundup to .25, .50, .75, 1.00


  3. #3
    susan slate
    Guest

    RE: ROUNDING

    =IF(AR16>AR17,(AR16-AR17)*AR19,MROUND(0.13,0.25)(0.5,0.5)(0.68,0.75)(0.88,1))


    40.25
    40.00

    1.5
    0.38

    I AM DOING SOMETHING WRONG. CAN YOU LOOK AT THIS AND TELL?



    "David Billigmeier" wrote:

    > =MROUND(.13,.25)
    > =MROUND(.38,.25)
    > =MROUND(.63,.25)
    > =MROUND(.88,.25)
    >
    > Make sure you have the analysis ToolPak installed... Tools->Add-Ins
    >
    > --
    > Regards,
    > Dave
    >
    >
    > "susan slate" wrote:
    >
    > > If my answer is .13, .38, .63, .88 I need it to roundup to .25, .50, .75, 1.00


  4. #4
    Ron Rosenfeld
    Guest

    Re: ROUNDING

    On Thu, 29 Sep 2005 06:29:04 -0700, "susan slate" <susan
    [email protected]> wrote:

    >If my answer is .13, .38, .63, .88 I need it to roundup to .25, .50, .75, 1.00



    =ROUND(A1*4,0)/4

    will do what you say.

    It will also give the following:

    0.12 0
    0.37 0.25
    0.62 0.5
    0.87 0.75


    If that is not what you want, post back.


    --ron

  5. #5
    susan slate
    Guest

    Re: ROUNDING


    I got this to work, but I had to move it into a different cell to work.
    =IF(AR16>AR17,(AR16-AR17)*AR19)
    I wanted it at the end of this formula in the same cell as my answer is in.
    But I could Not get it to work.

    Thanks
    "Ron Rosenfeld" wrote:

    > On Thu, 29 Sep 2005 06:29:04 -0700, "susan slate" <susan
    > [email protected]> wrote:
    >
    > >If my answer is .13, .38, .63, .88 I need it to roundup to .25, .50, .75, 1.00

    >
    >
    > =ROUND(A1*4,0)/4
    >
    > will do what you say.
    >
    > It will also give the following:
    >
    > 0.12 0
    > 0.37 0.25
    > 0.62 0.5
    > 0.87 0.75
    >
    >
    > If that is not what you want, post back.
    >
    >
    > --ron
    >


  6. #6
    Ron Rosenfeld
    Guest

    Re: ROUNDING

    On Thu, 29 Sep 2005 08:48:18 -0700, "susan slate"
    <[email protected]> wrote:

    >
    >I got this to work, but I had to move it into a different cell to work.
    >=IF(AR16>AR17,(AR16-AR17)*AR19)
    >I wanted it at the end of this formula in the same cell as my answer is in.
    >But I could Not get it to work.
    >
    >Thanks


    What is your original formula?

    If it is the one above, then you would use:

    =IF(AR16>AR17,ROUND((AR16-AR17)*AR19/4,0)*4)




    --ron

+ 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