Skip to content
Advertisement

return a list if the column contains a string

I would like to check if the Names column contains any of the strings in the kw. If yes, return the list.

Here is the data:

JavaScript

I’ve tried:

JavaScript

But it returns:

JavaScript

I am expecting an output like:

JavaScript

Advertisement

Answer

You were very close:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement