[TABLE="width: 500"]
<tbody>[TR]
[TD]Current Text (A)[/TD]
[TD]Desired Lookup Result (B)[/TD]
[/TR]
[TR]
[TD]green apple[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]red apple[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]brown banana[/TD]
[TD]banana[/TD]
[/TR]
[TR]
[TD]yellow banana[/TD]
[TD]banana[/TD]
[/TR]
[TR]
[TD]yellow strawberry[/TD]
[TD]strawberry[/TD]
[/TR]
[TR]
[TD]red strawberry[/TD]
[TD]strawberry[/TD]
[/TR]
</tbody>[/TABLE]
Column A contains extended text with the key word. I want to return the key word in column B. I have three keys words I am searching for in the data.
<tbody>[TR]
[TD]Current Text (A)[/TD]
[TD]Desired Lookup Result (B)[/TD]
[/TR]
[TR]
[TD]green apple[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]red apple[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]brown banana[/TD]
[TD]banana[/TD]
[/TR]
[TR]
[TD]yellow banana[/TD]
[TD]banana[/TD]
[/TR]
[TR]
[TD]yellow strawberry[/TD]
[TD]strawberry[/TD]
[/TR]
[TR]
[TD]red strawberry[/TD]
[TD]strawberry[/TD]
[/TR]
</tbody>[/TABLE]
Column A contains extended text with the key word. I want to return the key word in column B. I have three keys words I am searching for in the data.