Does anyone know if it is possible to substitute the value you replace with a new line.
I have tried both SUBSTITUTE(input, old, "\n") and SUBSTITUTE(input, old, \n(assigned to a token)) they both return the text \n on the output.
Any help would be appreciated.