I currently use
SUBSTITUTE(text, search_text, new text, occurrence)
to replace text, but I am starting to find that I have a list of things to replace, the above method will become something like
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(...)...)...)...
very messy, whats a better method of making this work?