Skip to content

=LISTITEMREGEX

The =LISTITEMREGEX() function loops over a semicolon separated text list and returns only the list entries that pass the regular expression (regex).

=LISTITEMREGEX(RegEx; SemicolonSeparatedList)
  • RegEx – The regular expression pattern to match against 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 match the regular expression.

  • Formula functions are case sensitive and must be written in ALL CAPS.
=LISTITEMREGEX(.*Entry\d; ListEntry1; Entry2; FindText3; FindText4; LastEntry5)

Returns

ListEntry1; Entry2; LastEntry5


LISTITEMREGEX, regex match, regular expression, list filtering, semicolon-separated list, string pattern, workflow formulas, formula function