HELP! Index match, VLOOKUP, Not sure what to do

MikeD33

New Member
Joined
Nov 12, 2019
Messages
1
hello!

This is my first post so please bare with me. I am trying to make a configurator for work. Here is what I'm trying to do:

B22 is a Drop down list made from Data validation. This list contains different types of equipment that is placed on different Chassis. I want to be able to click the drop down list, choose an aerial device and have a list of options be populated in B23--> B56. I have over 50 types of aerial devices so I would have 50 different option lists that data would be pulled from. I feel VLOOKUP would not work in this matter because the information is pulled from another worksheet and the data is in 1 column and several rows and I do not want to reinvent the wheel here. I feel that Match index MIGHT be what I need to do but I don't know how I need to go about using it. Any help would be greatly appreciated!
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
For each aerial device chosen from the drop down in B22, are there a varying amount of other pieces of equipment that would populate B23 and on?
 
Upvote 0
If I read you correctly, I did the following:

1. Create a drop down sheet. On it I listed the drop down options for B22 in column A.
Then, from B1 to whatever column you need, relist the options (use copy and paste special | transpose). I only tested to column K.
2. Below each of the aerials in B2 to Kn, enter the names (assume they're all text) of the respective options.
3. In B23 (fill down), I used this formula: =IFERROR(HLOOKUP($B$22,dropdowns!$B$1:$K$20,ROW()-21,0),"")
Change the B1 to K20 range accordingly.
And, I also change the formatting for those cells to a custom format: ;;;@

EquipmentAerial1Aerial2Aerial3Aerial4Aerial5Aerial6Aerial7Aerial8Aerial9Aerial10
Aerial1AAAOOWWWW
Aerial2BBBPPXXXX
Aerial3CCCQQ
Aerial4DDDRR
Aerial5 SS
Aerial6 TT
Aerial7
Aerial8
Aerial9
Aerial10

<colgroup><col style="mso-width-source:userset;mso-width-alt:2742;width:56pt" width="75"> <col style="width:48pt" width="64" span="10"> </colgroup><tbody>
</tbody>


Aerial2
OO
PP
QQ
RR
SS
TT

<colgroup><col style="mso-width-source:userset;mso-width-alt:3766;width:77pt" width="103"> </colgroup><tbody>
</tbody>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,664
Members
448,976
Latest member
sweeberry

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top