+ Reply to Thread
Results 1 to 4 of 4

Excelproblem - Is this possible??

  1. #1
    Registered User
    Join Date
    01-02-2007
    Posts
    2

    Excelproblem - Is this possible??

    I am doing a list off all items I want to sell in a webshop in the future that customers will be able to download, I`ll try to explain the problem:

    I have columns that represents cost for item, weight for item, packageweight for item.

    When they have marked what items they want and what quantity it is collected as a totalprice in a cell futher down and the total weight incl packageweight is also included in the totalweightcell futher down.

    I also have 4 ways off shipping: EMS, AirMail, SAL and Surface.
    I have all shippingprices for each off them and what I want is somehow make excel calculate depending on the total weight the total price for shipping. Is this possible? I do not want any visual basic.

    If it is hard to understand my explination please let me know.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    You can incorporate a Vlookup() function that will select the shipping price based on the shipping method.

    for example if X1:Y4 contain the shipping methods with corresponding price/pound...

    then: =D2*Vlookup(E2,$X$1:$Y$4,2,0) would multiply D2 (weight) by $/lb based on shipping method input in E2....

  3. #3
    Registered User
    Join Date
    01-02-2007
    Posts
    2
    Please look at attched file. I am not good at excel .
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Have a look at the attached.

    I have had to include a hidden row of 0 values for each table.

    I also converted all table entries to numeric values so that I can work with the table.....it is hopefully understood the currency is Yen (you can put that in the table name).
    Attached Files Attached Files
    Last edited by NBVC; 01-02-2007 at 02:24 PM.
    Where there is a will there are many ways.

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

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

+ 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