I would like to create a very simple Lookup file that I can share with technicians to help them lookup parts. Basically, My file would take a text entry, say Bearing, go to the mass data sheet, find the word bearing in any cell, then return the value from a specified cell matching that row. Basically, I want it to function just like the search box under the drop down for a filter radio button. as you start typing, results start to refine as you get closer to the right result.
The problem is with VLOOKUP, and or Index Match, I can only return one value. I need to return all values, that have all of the text entered into the criteria box.
In other words, If I type Bearing, only one result comes back with these formulas. I would like a column to populate beneath the text box with all possibilities [TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD]LIST[/TD]
[TD]NUMBER[/TD]
[TD]LOOKUP[/TD]
[TD]*BEARING*(FORMULA PASTED DOWN THIS COLUMN WOULD BRING MULTIPLE RESULTS)[/TD]
[/TR]
[TR]
[TD]BEARING,DI,1",FLANGE[/TD]
[TD]12680[/TD]
[TD][/TD]
[TD]12680[/TD]
[/TR]
[TR]
[TD]BEARING;SS,PILLOWBLOCK,1''[/TD]
[TD]12345[/TD]
[TD][/TD]
[TD]12345[/TD]
[/TR]
[TR]
[TD]BEARING;SS,FLANGE,1''[/TD]
[TD]12346[/TD]
[TD][/TD]
[TD]12346[/TD]
[/TR]
[TR]
[TD]MOTOR;400HP,4160VAC[/TD]
[TD]12347[/TD]
[TD][/TD]
[TD]12490[/TD]
[/TR]
[TR]
[TD]CHAIN;ROLLER,40[/TD]
[TD]12355[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SPROCKET;15 TOOTH,DI[/TD]
[TD]12378[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BEARING;DI,FLANGE,2''[/TD]
[TD]12490[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]VALVE;SOLENOID,24VAC[/TD]
[TD]13579[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like it to work so that if I added say, SS to cell D1 in the example above in additon to the word bearing, it would then filter down to only those numbers with both Bearing, and SS, regardless of the sequence they occur in the list. I.E.... D1=*BEARING**SS*, results would be listed below as 12345 and 12346, but not 12490 OR 12680.
I have tried on another conversation in here, where they were doing something similar, but have had no luck getting it to work on anything but the first cell, or I just receive seemingly random results. Also, in my mass data, the word Bearing, for example, may or may not be first in the nomenclature sequence...
The problem is with VLOOKUP, and or Index Match, I can only return one value. I need to return all values, that have all of the text entered into the criteria box.
In other words, If I type Bearing, only one result comes back with these formulas. I would like a column to populate beneath the text box with all possibilities [TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD]LIST[/TD]
[TD]NUMBER[/TD]
[TD]LOOKUP[/TD]
[TD]*BEARING*(FORMULA PASTED DOWN THIS COLUMN WOULD BRING MULTIPLE RESULTS)[/TD]
[/TR]
[TR]
[TD]BEARING,DI,1",FLANGE[/TD]
[TD]12680[/TD]
[TD][/TD]
[TD]12680[/TD]
[/TR]
[TR]
[TD]BEARING;SS,PILLOWBLOCK,1''[/TD]
[TD]12345[/TD]
[TD][/TD]
[TD]12345[/TD]
[/TR]
[TR]
[TD]BEARING;SS,FLANGE,1''[/TD]
[TD]12346[/TD]
[TD][/TD]
[TD]12346[/TD]
[/TR]
[TR]
[TD]MOTOR;400HP,4160VAC[/TD]
[TD]12347[/TD]
[TD][/TD]
[TD]12490[/TD]
[/TR]
[TR]
[TD]CHAIN;ROLLER,40[/TD]
[TD]12355[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SPROCKET;15 TOOTH,DI[/TD]
[TD]12378[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BEARING;DI,FLANGE,2''[/TD]
[TD]12490[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]VALVE;SOLENOID,24VAC[/TD]
[TD]13579[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like it to work so that if I added say, SS to cell D1 in the example above in additon to the word bearing, it would then filter down to only those numbers with both Bearing, and SS, regardless of the sequence they occur in the list. I.E.... D1=*BEARING**SS*, results would be listed below as 12345 and 12346, but not 12490 OR 12680.
I have tried on another conversation in here, where they were doing something similar, but have had no luck getting it to work on anything but the first cell, or I just receive seemingly random results. Also, in my mass data, the word Bearing, for example, may or may not be first in the nomenclature sequence...