pre populate based on a drop down menu selection

Copper Contributor

I'm working on a spreadsheet & need some help.  I'll try to explain easily. 

C1: I input a type of steel (from a drop down menu...ie 1018 CF, Plate, Tube, etc).

each of those steel types has a certain weight per piece. (ie 1 piece of 1018 is 32.50 lbs)

I want my spread sheet so that if in C1 I select 1018, it will automatically pre-populate cell D4 with the corresponding weight. 

 

I have a separate sheet with all my drop down items, one of them is steel type, and next to it the next it, the next column is the set weight per piece. Example: 

   A            B

1. 1018       32.50

2. Plate       132.98

3. Tube       14.34

 

So on my main sheet, when I select A2, I want B2 to automatically populate D4

when I select A3, I want B3 to automatically populate in D4

 

Does that make sense? Is that even possible? 

 

 

1 Reply

@Sandy2510 

Yes, that makes sense! You need to learn the XLOOKUP function (or the VLOOKUP function if you do not use Excel for Microsoft365.)

Here is information on each one:

XLOOKUP - https://support.microsoft.com/en-us/office/xlookup-function-b7fd680e-6d10-43e6-84f9-88eae8bf5929?WT....

VLOOKUP - https://support.microsoft.com/en-us/office/vlookup-942f678a-1bfc-4ccf-8dfa-f5057ded5c65?ui=en-US&rs=...

 

See if you can apply the concept by your self (best way to learn). If you still struggle, let me know.