I am trying to extract text in a string from an excel cell using a formula. The string is separated by " - ". The data comes from a data source I can't adjust:
Cell A1 (Original) The cat sat on the mat - the mat chat to the rat - the rat spat on the cat - no more cat
My desired outcome is having 4 formulas splitting the string into the four parts. (1 for each section)
Cell A2 (First part) The cat sat on the mat
Cell A3 (Second part) the mat chat to the rat
Cell A4 (Third part) the rat spat on the cat
Cell A5 (Fourth part) no more cat