I have a column with a keyword at each row. Now I want to check, row for row, if any of these keywords occurs in another column.

Ex:
Keywords
test
alpha

Column A | Column B
Row tow bow | FALSE
Pest test best | TRUE
Alpha beta gamma | TRUE
xor or and | FALSE

Thanks in advance!