I want to replace some acquaintance values by keywords to specific value, converting both "google" and "searching google" to "seo"
I tried replace but you should specify all the values to replace with and that’s not possible.
if there is a solution with "contain" function i think it would help but i couldn’t find it.
2
Answers
You need to add a conditional column as explained here in this tutorial- Here
This is basically a simple new conditional column with if/else condition as shown in this below image-