[TABLE="width: 637"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]appartement a louer[/TD]
[TD]appartement a louer limoges[/TD]
[TD]appartement a louer[/TD]
[/TR]
[TR]
[TD]appartement a louer[/TD]
[TD]appartement grece[/TD]
[TD]appartement[/TD]
[/TR]
[TR]
[TD]barcelone[/TD]
[TD]hotels a gotic[/TD]
[TD]No Match[/TD]
[/TR]
[TR]
[TD]barcelone[/TD]
[TD]barcelone hotel[/TD]
[TD]barcelone[/TD]
[/TR]
[TR]
[TD]borussia dortmund liverpool[/TD]
[TD]dortmund hotels[/TD]
[TD]dortmund[/TD]
[/TR]
[TR]
[TD]Hotel in Livigno[/TD]
[TD]Hotel in Livigno[/TD]
[TD]Exact Match[/TD]
[/TR]
[TR]
[TD]camping car occasion[/TD]
[TD]camping village rosselba le palme portoferraio[/TD]
[TD]camping[/TD]
[/TR]
[TR]
[TD]camping car occasion[/TD]
[TD]eurocamping oliva[/TD]
[TD]No Match[/TD]
[/TR]
[TR]
[TD]five nights at freddy 4[/TD]
[TD]freddy desert nights camp hotel[/TD]
[TD]nights freddy[/TD]
[/TR]
</tbody>[/TABLE]
I need help in comparing each word in column A with each word in column B and returning the matched words in column C.
I can use a IF(A2=B2, true, false) to flag exact matches or no matches but I've been struggling(a lot, to the point of obsession) to get the matched words list.
I've been running a macro that would TextToColumns both columns, then Hlookup each resulting words from B to A, then concat the matched words = 30-60 min depending on the mood of my laptop.
Thank you
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]appartement a louer[/TD]
[TD]appartement a louer limoges[/TD]
[TD]appartement a louer[/TD]
[/TR]
[TR]
[TD]appartement a louer[/TD]
[TD]appartement grece[/TD]
[TD]appartement[/TD]
[/TR]
[TR]
[TD]barcelone[/TD]
[TD]hotels a gotic[/TD]
[TD]No Match[/TD]
[/TR]
[TR]
[TD]barcelone[/TD]
[TD]barcelone hotel[/TD]
[TD]barcelone[/TD]
[/TR]
[TR]
[TD]borussia dortmund liverpool[/TD]
[TD]dortmund hotels[/TD]
[TD]dortmund[/TD]
[/TR]
[TR]
[TD]Hotel in Livigno[/TD]
[TD]Hotel in Livigno[/TD]
[TD]Exact Match[/TD]
[/TR]
[TR]
[TD]camping car occasion[/TD]
[TD]camping village rosselba le palme portoferraio[/TD]
[TD]camping[/TD]
[/TR]
[TR]
[TD]camping car occasion[/TD]
[TD]eurocamping oliva[/TD]
[TD]No Match[/TD]
[/TR]
[TR]
[TD]five nights at freddy 4[/TD]
[TD]freddy desert nights camp hotel[/TD]
[TD]nights freddy[/TD]
[/TR]
</tbody>[/TABLE]
I need help in comparing each word in column A with each word in column B and returning the matched words in column C.
I can use a IF(A2=B2, true, false) to flag exact matches or no matches but I've been struggling(a lot, to the point of obsession) to get the matched words list.
I've been running a macro that would TextToColumns both columns, then Hlookup each resulting words from B to A, then concat the matched words = 30-60 min depending on the mood of my laptop.
Thank you