+ Reply to Thread
Results 1 to 8 of 8

Thread: formula for changing wholesale to retail

  1. #1
    Registered User
    Join Date
    06-28-2011
    Location
    mcminnville,tn.
    MS-Off Ver
    Excel 2007
    Posts
    4

    formula for changing wholesale to retail

    i run a feed and seed company and im wanting to take my wholesale cost of all the different seeds that i carry and use my conversion sheet to automatically convert to my retail prices. example if i have seed that range from 0-$30 then its key( which is double) + $25 rounded to the nearest $4.99 so if the seed is $65 then it will be $64.99 not $69.99 . how do i make a formula for this? again here is the example if the bag of seed falls between 0-$30 its doubled + $25 rounded to nearest $4.99 any help would be greatly appreciated.
    Last edited by inyourneck2004; 07-06-2011 at 01:42 PM.

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,608

    Re: formula for changing wholesale to retail

    That's better... but if still want to go elsewhere... that is your choice. You will find that we are helpful bunch... but we expect some rules will be followed to keep this a useful resource..... I deleted the trail of previous posts.....
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    06-28-2011
    Location
    mcminnville,tn.
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: formula for changing wholesale to retail

    Thanks maybe ill get a response for this now

  4. #4
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,608

    Re: formula for changing wholesale to retail

    Does this work?

    =CEILING(A2*2+25,5)-0.01

    where A2 contains the original price
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  5. #5
    Registered User
    Join Date
    06-28-2011
    Location
    mcminnville,tn.
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: formula for changing wholesale to retail

    yes sort of. is there a way the we could do a formula that states if column a's price range is from 0-$30 then use that formula but i would also like it to state that if column a's range is from $31- $50 then use this formula =CEILING(A:A*2+20,5)-0.01 then if its range is from $51-$70 then use this formula =CEILING(A:A*2+15,5)-0.01 am i confusing you on this cause i think im about to confuse myself lol if there is not a way to do this then its not a big deal

  6. #6
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,608

    Re: formula for changing wholesale to retail

    Try:

    =CEILING(A4*2+LOOKUP(A4,{0,31,51},{25,20,15}),5)-0.01

    you can add to the {} ranges if you have more breakdowns.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  7. #7
    Forum Guru, retired Admin royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    25,627

    Re: formula for changing wholesale to retail

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    By that we mean provide the new title or ask for help from a mod, not we'll just do it for you
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel Tips & Solutions, free examples and tutorials why not check out my downloads

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)

  8. #8
    Registered User
    Join Date
    06-28-2011
    Location
    mcminnville,tn.
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: formula for changing wholesale to retail

    thanks ill try it in a lil while and if it works ill change my title to solved

+ 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.2.0