Skip to content

=LISTITEMAPPEND

The =LISTITEMAPPEND() function loops over a semicolon-separated list and appends the specified text to each list entry.

=LISTITEMAPPEND(AppendText; SemicolonSeparatedList)
  • AppendText
    The text to append to each item in the list.

  • SemicolonSeparatedList
    The list whose entries will each receive the appended text.

  • Reads the input as a semicolon-separated list

  • Iterates through each list entry one by one

  • Appends the specified text to the end of every entry

  • Returns a new semicolon-separated list with the updated values

  • The original list is not modified; a new list is returned.

  • Appended text is added exactly as provided (no spacing added automatically)

  • Useful for building URLs, suffixes, labels, or standardized text values

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

=LISTITEMAPPEND(MoreText; ListEntry1; Entry2; FindText3; FindText4; LastEntry5)

Returns

ListEntry1MoreText; Entry2MoreText; FindText3MoreText; FindText4MoreText; LastEntry5MoreText


LISTITEMAPPEND, append list items, semicolon list, list transformation, text append, list functions, formula function, calculated value