Attempting a Search Box with Multiple Results

PostTIT

Board Regular
Joined
Aug 22, 2016
Messages
94
Hello,

I'm trying to perform a 'search box' function in my excel workbook that will display multiple results if necessary.

I have a workbook with 27 pages in it, the first is a cover/title page of sorts and the others contain tables with text - each other page relating to a different letter of the alphabet and called 'A', 'B', 'C' etc. On each of these pages there is a table which has two columns: 'Acronym' and 'Description' - columns F and G respectively.

What I have so far is a search box on the title page where you type in the cell an 'acronym' that you want and then in the cell next to it the corresponding line of 'description' from the relevant table is shown.

Using an Index-Match function to perform this task with the input cell being labelled as a 'wildcard' (if that makes sense? eg the input cell is R4 therefore in the formula it is "*"&R4&"*").

Currently however it only shows the first 'hit' that it gets and I would rather it matched multiple results and showed all of them beside the search box. From my understanding this can be done through an array, although I just receive a '#NUM' error.

Is this possible to be done?

Any help would be greatly appreciated.

Thanks.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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