I need a formula to match words contained in a phrase (B) to values in a list (A1:A5) and copy the matched values into a cell (C) e.g:
[TABLE="width: 500"]
<tbody>[TR]
[TD]List[/TD]
[TD]Phrase[/TD]
[TD]Matched words[/TD]
[/TR]
[TR]
[TD]break[/TD]
[TD]hot tub forest break[/TD]
[TD]break, forest[/TD]
[/TR]
[TR]
[TD]cabin[/TD]
[TD]log cabin[/TD]
[TD]cabin[/TD]
[/TR]
[TR]
[TD]cottage[/TD]
[TD]cottage break[/TD]
[TD]cottage, break[/TD]
[/TR]
[TR]
[TD]forest[/TD]
[TD]forest hot tub holiday[/TD]
[TD]forest[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]List[/TD]
[TD]Phrase[/TD]
[TD]Matched words[/TD]
[/TR]
[TR]
[TD]break[/TD]
[TD]hot tub forest break[/TD]
[TD]break, forest[/TD]
[/TR]
[TR]
[TD]cabin[/TD]
[TD]log cabin[/TD]
[TD]cabin[/TD]
[/TR]
[TR]
[TD]cottage[/TD]
[TD]cottage break[/TD]
[TD]cottage, break[/TD]
[/TR]
[TR]
[TD]forest[/TD]
[TD]forest hot tub holiday[/TD]
[TD]forest[/TD]
[/TR]
</tbody>[/TABLE]