Researchable drop down list

ranie

New Member
Joined
Apr 1, 2017
Messages
11
Hi,

As my excel version does not have filter, sort, unique functions I have to use other set of formulas to search the drop down list in data validation.

Column CColumn D
running shoes adidas
cooking salad
eating chocolate cookies
sleeping at friend's house
baking cookies at Julie's house

Column C will contain the list of data
Column D3:D40 will contain the drop down list

let say if i want to search "cookies", the drop down list will show "Eating chocolate cookies" and "Baking cookies at Julie's house"
my current Data Validation formula "OFFSET($C$1,MATCH(D4&"*",C:C,0)-1,,COUNTIF(C:C,D4&"*"),1)


My objective is to make every row of data entry as dynamic search in drop down list data validation such as filtering search without VBA and it will be refresh the drop down list for next row of entry.


Thanks for the help!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,806
Members
449,048
Latest member
greyangel23

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