Skip to content

=LISTITEMENDSWITH

The =LISTITEMENDSWITH() function searches a semicolon separated text list and returns the list entries that end with the specified text.

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

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

  • Evaluates each item in the provided list.

  • Identifies list entries that end with the specified search text.

  • Returns only the matching entries.

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

Returns

FindText3


LISTITEMENDSWITH, list search, text list, string matching, ends with, semicolon-separated list, workflow formulas, formula function