Skip to content

=LISTASLINES

The =LISTASLINES() function converts a semicolon-separated list into a multiline string, with each list item on a separate line.

=LISTASLINES(SemicolonSeparatedList)

or for plain text line breaks:

=LISTASLINES(ppcrlf; SemicolonSeparatedList)
  • SemicolonSeparatedList: The list of values separated by semicolons

  • ppcrlf (optional): Use this keyword as the first parameter to replace the default HTML <br/> line break with a carriage return / line feed suitable for plain text

  • Converts each item in a semicolon-separated list into its own line

  • By default, lines are separated with <br/> for HTML display

  • Use ppcrlf to generate plain text line breaks instead of HTML

  • Works with both static lists and field tokens containing semicolon-separated values

  • Line break behavior depends on whether ppcrlf is specified

  • Formula functions are case sensitive and must be in ALL CAPS

=LISTASLINES(ListEntry1; ListEntry2; ListEntry3)

Returns

ListEntry1
ListEntry2
ListEntry3


LISTASLINES, multiline text, semicolon list, text functions, line break, HTML line break, carriage return, formula function, calculated value