+ Reply to Thread
Results 1 to 9 of 9

Rounding Up Kinda

Hybrid View

  1. #1
    Steve
    Guest

    Rounding Up Kinda

    I am trying to get the following number to round up 541387.4945
    "=ROUNDUP(A3,3)or=ROUNDUP(A3,4), but can I combine them? The number should
    come out to 541387.50 because the 4th digit would round to the 3rd bringing
    it to five and round the 49 to 50

    Thankyou for any help

  2. #2
    David Billigmeier
    Guest

    RE: Rounding Up Kinda

    You're close... =ROUNDUP(A3,2)
    --
    Regards,
    Dave


    "Steve" wrote:

    > I am trying to get the following number to round up 541387.4945
    > "=ROUNDUP(A3,3)or=ROUNDUP(A3,4), but can I combine them? The number should
    > come out to 541387.50 because the 4th digit would round to the 3rd bringing
    > it to five and round the 49 to 50
    >
    > Thankyou for any help


  3. #3
    Steve
    Guest

    RE: Rounding Up Kinda

    Tried that yes it changes it to .50 but it also does it when given a number
    like this one, and it should not 541387.4944, this number should stay .49
    but get pushed to .50

    Steve

    "David Billigmeier" wrote:

    > You're close... =ROUNDUP(A3,2)
    > --
    > Regards,
    > Dave
    >
    >
    > "Steve" wrote:
    >
    > > I am trying to get the following number to round up 541387.4945
    > > "=ROUNDUP(A3,3)or=ROUNDUP(A3,4), but can I combine them? The number should
    > > come out to 541387.50 because the 4th digit would round to the 3rd bringing
    > > it to five and round the 49 to 50
    > >
    > > Thankyou for any help


  4. #4
    David Billigmeier
    Guest

    RE: Rounding Up Kinda

    Try:

    =ROUND(ROUND(A3,3),2)

    If that doesn't work post like 5 examples showing exactly what you want to do.
    --
    Regards,
    Dave


    "Steve" wrote:

    > Tried that yes it changes it to .50 but it also does it when given a number
    > like this one, and it should not 541387.4944, this number should stay .49
    > but get pushed to .50
    >
    > Steve
    >
    > "David Billigmeier" wrote:
    >
    > > You're close... =ROUNDUP(A3,2)
    > > --
    > > Regards,
    > > Dave
    > >
    > >
    > > "Steve" wrote:
    > >
    > > > I am trying to get the following number to round up 541387.4945
    > > > "=ROUNDUP(A3,3)or=ROUNDUP(A3,4), but can I combine them? The number should
    > > > come out to 541387.50 because the 4th digit would round to the 3rd bringing
    > > > it to five and round the 49 to 50
    > > >
    > > > Thankyou for any help


  5. #5
    Steve
    Guest

    RE: Rounding Up Kinda

    541387.4943 This number would at most round to .4944

    541387.4944 This number would round to .4945 then .495 the .50 thats my
    problem

    Your formula takes 541387.4944 to 541387.4900

    Steve

    "David Billigmeier" wrote:

    > Try:
    >
    > =ROUND(ROUND(A3,3),2)
    >
    > If that doesn't work post like 5 examples showing exactly what you want to do.
    > --
    > Regards,
    > Dave
    >
    >
    > "Steve" wrote:
    >
    > > Tried that yes it changes it to .50 but it also does it when given a number
    > > like this one, and it should not 541387.4944, this number should stay .49
    > > but get pushed to .50
    > >
    > > Steve
    > >
    > > "David Billigmeier" wrote:
    > >
    > > > You're close... =ROUNDUP(A3,2)
    > > > --
    > > > Regards,
    > > > Dave
    > > >
    > > >
    > > > "Steve" wrote:
    > > >
    > > > > I am trying to get the following number to round up 541387.4945
    > > > > "=ROUNDUP(A3,3)or=ROUNDUP(A3,4), but can I combine them? The number should
    > > > > come out to 541387.50 because the 4th digit would round to the 3rd bringing
    > > > > it to five and round the 49 to 50
    > > > >
    > > > > Thankyou for any help


  6. #6
    David Billigmeier
    Guest

    RE: Rounding Up Kinda

    Why would .4944 round to .4945!? Are you trying to match the 4th decimal
    place to the closest multiple of 5 or something?

    You need to explain what you want better and maybe then we can help you.
    --
    Regards,
    Dave


    "Steve" wrote:

    > 541387.4943 This number would at most round to .4944
    >
    > 541387.4944 This number would round to .4945 then .495 the .50 thats my
    > problem
    >
    > Your formula takes 541387.4944 to 541387.4900
    >
    > Steve
    >
    > "David Billigmeier" wrote:
    >
    > > Try:
    > >
    > > =ROUND(ROUND(A3,3),2)
    > >
    > > If that doesn't work post like 5 examples showing exactly what you want to do.
    > > --
    > > Regards,
    > > Dave
    > >
    > >
    > > "Steve" wrote:
    > >
    > > > Tried that yes it changes it to .50 but it also does it when given a number
    > > > like this one, and it should not 541387.4944, this number should stay .49
    > > > but get pushed to .50
    > > >
    > > > Steve
    > > >
    > > > "David Billigmeier" wrote:
    > > >
    > > > > You're close... =ROUNDUP(A3,2)
    > > > > --
    > > > > Regards,
    > > > > Dave
    > > > >
    > > > >
    > > > > "Steve" wrote:
    > > > >
    > > > > > I am trying to get the following number to round up 541387.4945
    > > > > > "=ROUNDUP(A3,3)or=ROUNDUP(A3,4), but can I combine them? The number should
    > > > > > come out to 541387.50 because the 4th digit would round to the 3rd bringing
    > > > > > it to five and round the 49 to 50
    > > > > >
    > > > > > Thankyou for any help


+ 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