Scenario
line 1 = This is a text of instructions
line 2 = This is the second line of instructions
line 3 = This is the third line of instructions
All_lines (formula text)
All_lines = {line 1} / {line 2} / {line 3}
Result
All_lines = This is a text of instructions / This is the second line of instructions / This is the third line of instructions
And I want the result was this:
All_lines =
This is a text of instructions /
This is the second line of instructions /
This is the third line of instructions /
Any Ideas to make this happen?
Thanks in advance.