• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Create a dropdown list as you type in a cell

Sinu

New Member
Everyone has seen Excel's dropdown list as you type =formula.
upload_2014-8-14_13-37-38.png
Challenge. You have a column A(Company Name). As you start typing, a list should give u suggestions based on substring. The list of suggestions will be based on a list of company names(5000 Company Names) present in a different sheet.

Note: Performance is must. Lag must be very minimal
 
It is possible. Autocompletion wont work here because the Company Name list is huge(5000+).
 
Here's my rough attempt. Needs a bit of polish, but might be close.
 

Attachments

  • Dynamic Drop.xlsm
    24.6 KB · Views: 23
Back
Top