Hi,
I have worksheet1 with rows that contain a sentence. In another worksheet2 I have a table with Keywords that I want to look up in worksheet1 and then redefine them with worksheet2 table. I thought perhaps it would be an IF with VLOOKUP, but I'm not getting the expected result.
For example:
I want to be able to read Row 1(Summary column); compare all the words in Summary to table in Worksheet2(column1-Keyword), then replace with the Defined Value from Worksheet2 to Worksheet1 Catergory. I've tried Vlookup, contain, search, and nothing is working. Any assistance is greatly appreciated.
Worksheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Summary[/TD]
[TD]Category[/TD]
[/TR]
[TR]
[TD]LCD is blank[/TD]
[TD]Screen[/TD]
[/TR]
[TR]
[TD]Reader is not turning on[/TD]
[TD]Card Reader[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Keyword[/TD]
[TD]Defined Value[/TD]
[/TR]
[TR]
[TD]LCD[/TD]
[TD]Screen[/TD]
[/TR]
[TR]
[TD]Reader[/TD]
[TD]Card Reader[/TD]
[/TR]
</tbody>[/TABLE]
Thank you.
I have worksheet1 with rows that contain a sentence. In another worksheet2 I have a table with Keywords that I want to look up in worksheet1 and then redefine them with worksheet2 table. I thought perhaps it would be an IF with VLOOKUP, but I'm not getting the expected result.
For example:
I want to be able to read Row 1(Summary column); compare all the words in Summary to table in Worksheet2(column1-Keyword), then replace with the Defined Value from Worksheet2 to Worksheet1 Catergory. I've tried Vlookup, contain, search, and nothing is working. Any assistance is greatly appreciated.
Worksheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Summary[/TD]
[TD]Category[/TD]
[/TR]
[TR]
[TD]LCD is blank[/TD]
[TD]Screen[/TD]
[/TR]
[TR]
[TD]Reader is not turning on[/TD]
[TD]Card Reader[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Keyword[/TD]
[TD]Defined Value[/TD]
[/TR]
[TR]
[TD]LCD[/TD]
[TD]Screen[/TD]
[/TR]
[TR]
[TD]Reader[/TD]
[TD]Card Reader[/TD]
[/TR]
</tbody>[/TABLE]
Thank you.