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.