Hi! I'm using a CSV file and trying to figure out how to create a specific formula or if it's even possible.
I have a CSV file with a column that contains around 1,500 cells. Each cell contains one written sentence. I have a list of keywords I would like to search for in these cells and if they exist, write them down, comma separated into another cell. Not sure if I'm explaining this clearly so hopefully the example below makes sense.
No idea if this is possible or not, but thank you in advance for the help.
I have a CSV file with a column that contains around 1,500 cells. Each cell contains one written sentence. I have a list of keywords I would like to search for in these cells and if they exist, write them down, comma separated into another cell. Not sure if I'm explaining this clearly so hopefully the example below makes sense.
Keywords to search for, in a separate tab |
Football |
Soccer |
Basketball court |
Baseball |
Tennis player |
Cells with sentence | Formula that searches sentence for keywords and lists the keywords found, comma separated |
Jimmy likes to play football on the weekends | football |
Sara is an excellent swimmer | None |
Carl is a tennis player and also likes to play soccer when he can | tennis player, soccer |
The football team often plays baseball in the summer | football, baseball |
The school has a basketball court as well as a soccer field | basketball court, soccer |
Tomorrow the tennis player will play soccer instead | tennis player, soccer |
No idea if this is possible or not, but thank you in advance for the help.