Replace one delimiter with another
To replace one delimiter with another in a text string, you can use a formula based on the TEXTSPLIT function and the TEXTJOIN function. In the example shown, we are replacing commas with line breaks. The formula in cell D5 is: …Read more