How would I replace all instances of something like this in all entries in a column?
[blue]aaa - bbb - ccc[/blue] to [blue]aaa, bbb, ccc[/blue]
Change any instance of " - " to ", " in all entries in the column (even though the entries are all different, I want to change only this part of them).
[blue]aaa - bbb - ccc[/blue] to [blue]aaa, bbb, ccc[/blue]
Change any instance of " - " to ", " in all entries in the column (even though the entries are all different, I want to change only this part of them).