+ Reply to Thread
Results 1 to 3 of 3

pulldown lists - how to populate data

Hybrid View

  1. #1
    Registered User
    Join Date
    05-28-2008
    Posts
    13

    pulldown lists - how to populate data

    I have three columns of values - the name of a material, and two physical properties - strength & modulus.

    example:
    Steel, 36000, 3000
    Nylon, 16000, 410
    ABS, 5000, 500
    etc.

    I have three cells:
    The first is the pulldown list, where the user chooses what the material is, which I have working fine

    The second is the strength value, the third is the modulus. When the user picks the pulldown list, I want these to cells to pull the correct value from the respective lists.
    So, if the user chooses "Nylon" the second value in the materials list, how do I get cell 2 to grab the value 16000, the second value in the strength list?

    Thank you.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Quote Originally Posted by lkb3
    I have three columns of values - the name of a material, and two physical properties - strength & modulus.

    example:
    Steel, 36000, 3000
    Nylon, 16000, 410
    ABS, 5000, 500
    etc.

    I have three cells:
    The first is the pulldown list, where the user chooses what the material is, which I have working fine

    The second is the strength value, the third is the modulus. When the user picks the pulldown list, I want these to cells to pull the correct value from the respective lists.
    So, if the user chooses "Nylon" the second value in the materials list, how do I get cell 2 to grab the value 16000, the second value in the strength list?

    Thank you.
    hi and welcome to the board
    If your validation is in cell A1 and your table in range say g1:i3, in A2 use =Vlookup(A1;$G1:$I$3;2) to retrieve the strength.
    Same method for moudulus in A3
    Cheers
    Last edited by arthurbr; 01-08-2009 at 05:44 AM.

  3. #3
    Registered User
    Join Date
    05-28-2008
    Posts
    13

    Thumbs up Thank you!

    Thanks. Worked perfectly.

+ 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