+ Reply to Thread
Results 1 to 3 of 3

Ebay: Assigning values to drop down items

  1. #1
    Registered User
    Join Date
    11-18-2008
    Location
    titicaca
    Posts
    11

    Ebay: Assigning values to drop down items

    Here is an ebay fee calculator Im working on. I cant seem to find an easy way to calculate the shipping cost column and the ebay fee column.

    Shipping Cost-
    =IF(G6="FRE", Shipping!J5, IF(G6="FRS", Shipping!J6, IF(G6="FR1", Shipping!J7, IF(G6="FR2", Shipping!J8, IF(G6="FRL", Shipping!J9,0)))))
    This works but I have to manually change the cell names in each row. with about 100 rows, this will take forever.

    Ebay Fees-
    =IF(G7="FRE", Shipping!J5, IF(G7="FRS", Shipping!J6, IF(G7="FR1", Shipping!J7, IF(G7="FR2", Shipping!J8, IF(G7="FRL", Shipping!J9,0)))))

    Paypal
    =IF(S6=<3000, (S6*'eBay Fees'!H11)+'eBay Fees'!G11, S6*('eBay Fees'!H11+'eBay Fees'!K11)+'eBay Fees'!G11)

    Pretty much the same problem but i want to incorporate the if statements that will show the correct fee for listings over $50 and $1000

    Ebay does not charge a fee on shipping so that is separate. These are the only columns i need help with. Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Ebay: Assigning values to drop down items

    shipping cost in I6
    =IF(ISNA(VLOOKUP(G6,Shipping!C:H,6,FALSE)),"",VLOOKUP(G6,Shipping!C:H,6,FALSE))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    11-18-2008
    Location
    titicaca
    Posts
    11

    Re: Ebay: Assigning values to drop down items

    That explains the shipping column but i dont understand what im seeing in this formula so i dont quite no how to take that and make it work for the ebay fee and paypal fee column. any help?

+ 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