+ Reply to Thread
Results 1 to 4 of 4

Result based upon a list

  1. #1
    Registered User
    Join Date
    02-19-2007
    Posts
    30

    Result based upon a list

    Hi everyone,

    This is my first post i have had a look for a possible solution but i'm unable to find one and would really appreciate some help.

    I have an excel spreadsheet that im trying to create a drop down box where i can select a different type of material i;e 0.7mm steel 1.2mm steel 1.5mm steel etc. I can do this but i need the material weight to appear in a specific box. Is this possible and if so how can i do this.

    Thank you very much

    Mark


    http://www.kidderminsterwebdesign.net

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    Is this a drop-down list you created using data validation, or is it a ComboBox? If it is a combo box, right-click and view Properties. There is a property called Linked Cell. Type in the cell reference you would like to populate.

    If it is a data validation, just go to the cell which you would like to populate, and reference to the cell with the drop-down list in it (e.g. =A1).

  3. #3
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Hi Mark,

    Your question is not that clear but it sounds like you need to use VLOOKUP using the value from the dropdown to look up the weight.

    Post back if that is not the problem and give some more detail of what you need.

    Ed

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    hello mark,

    I'd say you need vlookup.

    Say your dropdown is in A1 and you want the corresponding weight to appear in B1.

    List all the options from the dropdown somewhere (or use your current list if you have one) , e.g. in Y2:Y10 and then list the corresponding weights in Z2:Z10.

    Then in B1 you just use the formula

    =VLOOKUP(A1,Y2:Z10,2,0)

+ 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