+ Reply to Thread
Results 1 to 5 of 5

Retail prices end in 9!

  1. #1
    Registered User
    Join Date
    02-11-2006
    Posts
    1

    Retail prices end in 9!

    Hello,

    I have a list of calculated prices for retail articles that I need " rounded" up or down to the nearest number ending in 9.
    eg 411.54 would round to 409$ and 356.24 rounds to 359$
    How to do??
    K

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    With your price in A1

    =ROUND(A1+1,-1)-1

    note: edited formula
    Last edited by daddylonglegs; 02-11-2006 at 09:50 PM.

  3. #3
    Peo Sjoblom
    Guest

    Re: Retail prices end in 9!

    Maybe this change to your formula

    =ROUND(A1,-1)-1

    otherwise it will display 249 if the value is 255



    --
    Regards,

    Peo Sjoblom

    Northwest Excel Solutions

    Portland, Oregon




    "daddylonglegs" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > With your price in A1
    >
    > =ROUND(A1-1,-1)-1
    >
    >
    > --
    > daddylonglegs
    > ------------------------------------------------------------------------
    > daddylonglegs's Profile:
    > http://www.excelforum.com/member.php...o&userid=30486
    > View this thread: http://www.excelforum.com/showthread...hreadid=511418
    >



  4. #4
    Ron Rosenfeld
    Guest

    Re: Retail prices end in 9!

    On Sat, 11 Feb 2006 19:40:55 -0600, ktexcel
    <[email protected]> wrote:

    >
    >Hello,
    >
    >I have a list of calculated prices for retail articles that I need "
    >rounded" up or down to the nearest number ending in 9.
    >eg 411.54 would round to 409$ and 356.24 rounds to 359$
    >How to do??
    >K



    =ROUND(A1+1,-1)-1


    --ron

  5. #5
    Ron Rosenfeld
    Guest

    Re: Retail prices end in 9!

    On Sat, 11 Feb 2006 18:18:58 -0800, "Peo Sjoblom" <[email protected]> wrote:

    >Maybe this change to your formula
    >
    >=ROUND(A1,-1)-1
    >
    >otherwise it will display 249 if the value is 255


    Hmmm

    The nearest number ending in nine.

    254 - 249 = 5
    254.01 - 249 = 5.01
    259 - 254.01 = 4.99

    So 254.01 should round to 259.

    Your formula rounds it to 249.

    I think:

    =ROUND(A1+1,-1)-1



    --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