=" " + CHAR(10) + CHAR(10) + "joes" + CHAR(10) + CHAR(10) + "joe"
does this:
="." + CHAR(10) + CHAR(10) + "joes" + CHAR(10) + CHAR(10) + "joe"
does this:
I need to accomplish this second outcome, without the dot.
The reason is that I have some formulas that combine fields with line breaks in between each field, and the formulas are so long that I need to break them up into multiple fields. If I cannot get the line breaks in the cell, the line spacing in the result breaks.