+ Reply to Thread
Results 1 to 3 of 3

Spreadsheet for Fees, Shipping, Profit, ETC for selling on EBAY

  1. #1
    Registered User
    Join Date
    01-11-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Spreadsheet for Fees, Shipping, Profit, ETC for selling on EBAY

    Hi -

    I am trying to create a spreadsheet to found out the fees that would be charged if I was to sell some items on EBAY.

    I have completed the attached.

    I am having problems in the > 50.00 cell (($50.01–$1,000.00) and the formula to use.
    If I sell something more then $50.01, the Final Value Fee (cell Q) is $5.00 of the first $50.00, then 8% for the remaining amount. Example $89.00 total: $5.00 plus $39.00 x .08

    See formula currently using: See Cell T2
    =ROUND(L2*2.9%+0.3+O2+S2*M2+K2+R2+IF(L2<=50,P2),2)


    Also, the fee's stated above are based on the Selling Price and Shipping fees
    so I need to base my Final Value Fee to included the Shipping Fee Cell (K2)

    See formula currently using: See Cell T2
    =ROUND(L2*2.9%+0.3+O2+S2*M2+K2+R2+IF(L2<=50,P2),2)

    S2*M2 is the formula used to add the .15 per photo fee. I may have inputted this in correctly into the formula.

    Thanks for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Spreadsheet for Fees, Shipping, Profit, ETC for selling on EBAY

    HI Sandy,

    Please mention your expected result as well for column T. Thanks.


    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Spreadsheet for Fees, Shipping, Profit, ETC for selling on EBAY

    In Q2, I would think this does what you want:

    =5+MAX(0,((L2-50)*8%))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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