Dynamic Drop Down List (Microsoft Excel 2019)

Panama1182

New Member
Joined
Apr 3, 2018
Messages
23
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: 19

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
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,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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