Lead Letter to be come when typing (Searchable Drop Down List)

Brass Contributor

Hi Every One

 

I have table A and Table B with me. 

Table B is master list of items with prices. 

 

In Table A I need to put input item name, for that it will be difficult to enter full name every time from Table B.

 

So that I need to use a data validation trick to enter the data.

 

What I need is, whenever we enter first letter, in searchable area, suggested list of items from Table should appear. The Data entry man can choose the item to proceed.

 

Is there any VBA of formula for this???? 

 

Sameer_Kuppanath_Sultan_0-1650800622692.png

 

5 Replies

@Sameer_Kuppanath_Sultan 

Are you looking for something like this?  This feature is currently available to Office insiders Beta channel.

Patrick2788_0-1650811522564.png

 

I AM USING MICROSOFT 365.
Also, I want to allocate this job to my subordinate, they dont have any latest version of MS Office.
Because their job is limited to Data Entry Only.
You can try using a free Excel add-in "Search deList". You can find it here:
https://www.mrexcel.com/board/threads/i-created-an-excel-add-in-called-search-delist-to-create-searc...
It gives you a unique, sorted & non-empty list, and you can search by multiple keywords.
@Cangkir Thank You.

But I need the same thing in Cell while start typing letters in the same cell, not with User Forms.


That is, Instead of Userform, I need to use it in Cells itself.