Skip to content

=LISTITEMPREPEND

The =LISTITEMPREPEND() function loops over a semicolon separated text list and prepends the specified text to each list entry.

=LISTITEMPREPEND(PrependText; SemicolonSeparatedList)
  • PrependText – The text to prepend to each list entry.

  • SemicolonSeparatedList – The semicolon-separated list of text values to modify.

  • Evaluates each item in the provided list.

  • Prepends the specified text to the beginning of each list entry.

  • Returns a new list with the modified entries.

  • Formula functions are case sensitive and must be written in ALL CAPS.
=LISTITEMPREPEND(MoreText; ListEntry1; Entry2; FindText3; FindText4; LastEntry5)

Returns

MoreTextListEntry1; MoreTextEntry2; MoreTextFindText3; MoreTextFindText4; MoreTextLastEntry5


LISTITEMPREPEND, prepend text, string manipulation, semicolon-separated list, list processing, workflow formulas, formula function