+ Reply to Thread
Results 1 to 12 of 12

Sell price based on fees and cost

  1. #1
    Registered User
    Join Date
    04-08-2015
    Location
    Ohio
    MS-Off Ver
    2014
    Posts
    14

    Sell price based on fees and cost

    I need to make a formula or VB that can calculate sell price based on the following

    1. My cost
    2. the amount i want to make
    3. Fees
    4. Shipping cost

    IE... My cost is 6.00 I want to make 5.00 my fees are 12% of the total sell price my shipping cost is 8.50

    can anyone help me with this project

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Sell price based on fees and cost

    Hello painnbt,

    Welcome to the Forum!

    This looks a lot like a homework problem. The forum policy is not to write any code for you for homework assignments. We can provide you with advice on how to structure and solve your problem.

    This is the basic formula: Total Sale Amount = (Cost + Profit) + Fees%*(Cost + Profit) + Shipping or (6 + 5) + .012*(6 + 5) + 8.50 = $19.63
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    04-08-2015
    Location
    Ohio
    MS-Off Ver
    2014
    Posts
    14

    Re: Sell price based on fees and cost

    Thank you for your reply. No this is not homework it is a part of a project for work that I am trying to wrap my head around. The goal is to be able to put the formula in my cost spreadsheet so I can export price based on my fees my cost and how much I want to make on a given cost bracket

  4. #4
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Sell price based on fees and cost

    Similar to Leith's solution: we have Revenue (Selling Price), Cost (which includes 12% Fees on Cost + Profit) and Shipping - so:

    R=1.12*P+2.12*C+S=$26.82 (a variation on the old PRC formula P-R-C)
    If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)

    You can't do one thing. XLAdept

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin

  5. #5
    Registered User
    Join Date
    04-08-2015
    Location
    Ohio
    MS-Off Ver
    2014
    Posts
    14

    Re: Sell price based on fees and cost

    Thank you for the feed back I tried what you said and when i go back to check it it does not come out right when i make the formula to check the it comes out higher then the profit that i put in. I have attached a screen shot
    Untitled.jpg

  6. #6
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Sell price based on fees and cost

    Yeah, I had a senior moment - sorry, change the formula to:

    R=1.12*P+1.12*C+S=$21.82 or like Leith's - R=1.12*(P+C)+S

  7. #7
    Registered User
    Join Date
    04-08-2015
    Location
    Ohio
    MS-Off Ver
    2014
    Posts
    14

    Re: Sell price based on fees and cost

    That seems to put the number in the other direction when i check it.
    Untitled2.jpg

  8. #8
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Sell price based on fees and cost

    Your fee calculation is off, it should be 95 cents for the first one:2.09 -.95=1.14 and 1.14+3.87=5.01

  9. #9
    Registered User
    Join Date
    04-08-2015
    Location
    Ohio
    MS-Off Ver
    2014
    Posts
    14

    Re: Sell price based on fees and cost

    Perhaps im not explaining the fee well enough. The fee is based off of the sell price so if the sell price is 20.00 then the fee is 2.40. So what i need is something that will calculate sell price based on what my cost, shipping, and how much profit i want to make and the fee

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Sell price based on fees and cost

    Row\Col
    A
    B
    C
    D
    E
    F
    1
    Cost
    Profit
    Shipping
    Fees
    Sell
    2
    $ 6.00
    $ 5.00
    $ 8.50
    12%
    $ 22.16
    E2: =SUM(A2:C2) / (1-D2)
    Entia non sunt multiplicanda sine necessitate

  11. #11
    Registered User
    Join Date
    04-08-2015
    Location
    Ohio
    MS-Off Ver
    2014
    Posts
    14

    Re: Sell price based on fees and cost

    Thank you it worked!!!!
    Last edited by painnbt; 04-13-2015 at 10:13 AM.

  12. #12
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Sell price based on fees and cost

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Multiple IF's to calculate price based on cost and add handling charge and round price
    By RoyRose in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-13-2014, 01:18 PM
  2. calculate retail price based on mark up on cost price
    By pvl in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-27-2014, 03:49 AM
  3. [SOLVED] Setting a selling price based on cost price and order quantity
    By Steven811 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-11-2014, 08:07 AM
  4. Replies: 3
    Last Post: 01-03-2013, 12:32 AM
  5. Calculate the percentage from the cost and recommended sell price
    By John in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-25-2006, 11:10 PM

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