Skip to content

=LISTITEMSTARTSWITH

The =LISTITEMSTARTSWITH() function searches a semicolon separated text list and returns all the entries that start with the specified text.

=LISTITEMSTARTSWITH(SearchForText; SemicolonSeparatedList)
  • SearchForText – The text to match at the beginning of each list entry.

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

  • Evaluates each item in the provided list.

  • Returns only the entries that begin with the specified search text.

  • Entries that do not match the search text at the start are ignored.

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

Returns

FindText3; FindText4


LISTITEMSTARTSWITH, starts with text, string filtering, text search, semicolon-separated list, list processing, workflow formulas, formula function