Morgan Telford-Herdman Posted October 29, 2020 Posted October 29, 2020 Is it possible to add a line break using REGEXREPLACE REPLACEREGEX(Field, "[Regex]","&lf;" & "* ") or"n" instead of "&lf;" isn't working for me - it just adds it as the string, i.e. "&lf;*" or "n*"
Morgan Telford-Herdman Posted November 13, 2020 Author Posted November 13, 2020 I worked it out. I needed to use the CHAR formula to do this. So CHAR(10) instead of "n" will do what is required.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now