Search box that allows you to start typing and it will autofill the answer matching file names

dpaton05

Well-known Member
Joined
Aug 14, 2018
Messages
2,352
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I have a spreadsheet that I want to have something that allows me to start typing a name and it will auto fill as I type to match the name typed with the names on other spreadsheets that are kept in a folder called Young People that is within the folder of the spreadsheet. I am not sure how to do this, could someone give me some guidance please?

After enough letters are typed in and the correct name appears, I want to be able to press a button and have the relevant document open.

Thanks
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
How many names do you have ??
I'd suggest a Data Validation list
Have a look here
 
Upvote 0
Up to approximately 200 names.

Thanks for the link, I will have a look.
 
Upvote 0
I followed those instructions but it doesn't seem to auto fill as you type.
 
Upvote 0
I have followed the directions but when I start typing, nothing happens and when I click on the combo box to get the list, the list is blank. The list of names are also stored on another sheet.

Also, when I click on a cell around the combo box, I get the error of variable not defined and it highlighted "cancel" in the code. I defined it as boolean and that stopped the error occurring but still did not do anything different.
 
Last edited:
Upvote 0
I do not know how I am going to go about this. Do you think that access might be a better choice of programs to create this is?
 
Upvote 0
Ok, another method without the code
In the linked cell section of properties you will need to reference the sheet, ie, Sheet3!G1:G7
You will also need to tell the combo box to put the answer, ie, linked cell, A1
Remember....Google is your friend !!
 
Upvote 0
Thanks Michael but there is something I am not sure about. In the instructions, it says:
  • Scroll down to select, 1-fmMatchEntryComplete in the MatchEntry Field
  • Then reach to Linked Cell and Fill Cell address where you want to fill data, in shown example is C116.
I found the MatchEntry field and it was 1-fmMatchEntryComplete but I was not sure what that meant by "reach to linked cell and fill cell address"
 
Upvote 0

Forum statistics

Threads
1,215,231
Messages
6,123,754
Members
449,119
Latest member
moudenourd

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