+ Reply to Thread
Results 1 to 3 of 3

Excell, changing wholesale to retail, round up to multipuls $5

  1. #1
    Running The Store
    Guest

    Excell, changing wholesale to retail, round up to multipuls $5

    I am changing wholesale prices to retail prices. I want to round up the cost
    to multipuls of $5.
    wholesale formula
    A18 =roundup (A18*2) multipuls of 5

    $23.15 ($26.30) desired answer $30.00



  2. #2
    Anne Troy
    Guest

    Re: Excell, changing wholesale to retail, round up to multipuls $5

    There's probably an easier way, and I think you made a typo with your 23.15,
    you meant 13.15, but here goes:
    =IF(MOD(ROUNDUP(A1*2,-1),10)=0,ROUNDUP(A1*2,-1),ROUNDUP(A1*2,-1)+5)
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "Running The Store" <Running The [email protected]> wrote in
    message news:[email protected]...
    > I am changing wholesale prices to retail prices. I want to round up the

    cost
    > to multipuls of $5.
    > wholesale formula
    > A18 =roundup (A18*2) multipuls of 5
    >
    > $23.15 ($26.30) desired answer $30.00
    >
    >




  3. #3
    RagDyer
    Guest

    Re: Excell, changing wholesale to retail, round up to multipuls $5

    Try this for a number:
    =CEILING(A18,5)
    And format the cell as you wish.

    OR, for a text display, try this:
    =TEXT(CEILING(A2,5),"$#,###.00")

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================



    "Running The Store" <Running The [email protected]> wrote in
    message news:[email protected]...
    > I am changing wholesale prices to retail prices. I want to round up the

    cost
    > to multipuls of $5.
    > wholesale formula
    > A18 =roundup (A18*2) multipuls of 5
    >
    > $23.15 ($26.30) desired answer $30.00
    >
    >



+ 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