Dynamic Drop Down List (Microsoft Excel 2019)

Panama1182

New Member
Joined
Apr 3, 2018
Messages
17
Need help creating a dynamic drop down list in Excel. My current option is very manual and requires me to go to another tab and filter data by XYZ Code and then copy and paste all possible XYZ Descriptions horizontally in the desired sheet. Problem is there is about 1000 records (rows) and in some cases there are 100 different possible XYZ Descriptions.
 

Attachments

  • Snipit 4.26.23.PNG
    Snipit 4.26.23.PNG
    29.7 KB · Views: 12

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Thank you Tom.Jones. I was able to find a solution and used the offset formula as follows:

=OFFSET($K$3,MATCH($F4,$F$4:$F$4929,0),0,COUNTIF($F$4:$F$4929,$F4),1)
 
Upvote 0

Forum statistics

Threads
1,216,108
Messages
6,128,872
Members
449,475
Latest member
Parik11

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