Hi Guys,
I'm looking for a dynamic way to search a column of supplier names and clean it. So below it would just be amazon. Every month my data updates with additional suppliers like the below.
I dont want to use a find and replace as every month I will have new iterations of the same supplier name in my database.
Is there a way of searching a sring and if contains "Amazon" then Supplier Name = "Amazon"
Supplier Name
Amazon 1
Amazon 2
Amazon 3
Amazone January
Amazone February ..
Thanks