Hello,
I need help on a formula that can search for text in ColumnA against a list of words in ColumnX, if ColumnA contains any matches against a Named Range (which consists of ColumnX and ColumnY) return the matched value from ColumnY.
I know a vlookup will return the matched value. however, it wants to compare the ENTIRE source and doesn't seem to match multiple words (even if I set the comparison to true) .
For example:
ColumnA contains text like :
Rear Brake Pad Set 11+ Scion TC
Front Brake Pads (09+ Honda Fit)
Front Ceramic Brake Pad Set (2012 Elantra)
Euro Ceramic Rear Pads - BMW
Racing Glove Medium (Red)
I then need to search a table with
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]ColumnX[/TD]
[TD]ColumnY[/TD]
[/TR]
[TR]
[TD]Brake Pads[/TD]
[TD]Brakes[/TD]
[/TR]
[TR]
[TD]Brake Pad Set[/TD]
[TD]Brakes[/TD]
[/TR]
[TR]
[TD]Ceramic Rear Pads[/TD]
[TD]Brakes[/TD]
[/TR]
[TR]
[TD]Clock Spring[/TD]
[TD]Steering Wheel Accessories[/TD]
[/TR]
[TR]
[TD]Gloves[/TD]
[TD]Gloves[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, I need to search a rather large (will likely be 2000+ rows) of comparison text fields, and return the matching ColumnY value.
Is there a way to combine a vlookup and an ISNUMBER(FIND(substring,text)) search ?
Thanks in advance,
Spyrule
I need help on a formula that can search for text in ColumnA against a list of words in ColumnX, if ColumnA contains any matches against a Named Range (which consists of ColumnX and ColumnY) return the matched value from ColumnY.
I know a vlookup will return the matched value. however, it wants to compare the ENTIRE source and doesn't seem to match multiple words (even if I set the comparison to true) .
For example:
ColumnA contains text like :
Rear Brake Pad Set 11+ Scion TC
Front Brake Pads (09+ Honda Fit)
Front Ceramic Brake Pad Set (2012 Elantra)
Euro Ceramic Rear Pads - BMW
Racing Glove Medium (Red)
I then need to search a table with
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]ColumnX[/TD]
[TD]ColumnY[/TD]
[/TR]
[TR]
[TD]Brake Pads[/TD]
[TD]Brakes[/TD]
[/TR]
[TR]
[TD]Brake Pad Set[/TD]
[TD]Brakes[/TD]
[/TR]
[TR]
[TD]Ceramic Rear Pads[/TD]
[TD]Brakes[/TD]
[/TR]
[TR]
[TD]Clock Spring[/TD]
[TD]Steering Wheel Accessories[/TD]
[/TR]
[TR]
[TD]Gloves[/TD]
[TD]Gloves[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, I need to search a rather large (will likely be 2000+ rows) of comparison text fields, and return the matching ColumnY value.
Is there a way to combine a vlookup and an ISNUMBER(FIND(substring,text)) search ?
Thanks in advance,
Spyrule
Last edited: