Re: Create An Autocomplete
Thanks for the help but I really was not very clear on my question. I omitted that I need to keep the entry in the cells. Currently, column B1 to B500 are all validated permitting only list "CUSTOMER" in each of those cells. I need to search the customer list to enter the proper customer into the cell. The problem I have is that my list of customers is 400 entries and my drop down list takes FOREVER to scroll down to #350.
Let me try to display it to make it easier to understand.
A B C D E F
1 Customer Payout
2 Al 500
3 Bob 500
4 Carol 100
5 Derek 300
In column "E" I have the list of my customers, (about 400), in column "F" I have the payout amounts. In Column A, I have drop down lists that appear scrolling me through my customer list. In Column B, the payout automatically enters based on which customer is chosen (vlookup). What I want to try and do is avoid having to scroll through the entire list every time. Is there a way to just type the first letter, say "B" into A1 and the list of all entries beginning with "B". This process is repeated down to cell A500.