I have a roll-up field that rolls up a bunch of warning signs, which I want to display neatly on top of each other instead of separated with commas.
I got a formula with the following:
SUBSTITUTE({Roll up warning},’,’,’\n’)
I’ll expect it to replace all the commas with line breaks - however it just gives me an #ERROR!.
What am I doing wrong?


