Skip to content

=LISTITEMLEFTOF

The =LISTITEMLEFTOF() function searches a semicolon separated text list and returns the text of each entry that is left of the specified search text. If any item does not contain the SearchForText, then nothing is returned for that list entry.

=LISTITEMLEFTOF(SearchForText; SemicolonSeparatedList)
  • SearchForText – The text to search for within each list entry.

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

  • Evaluates each item in the provided list.

  • Returns the portion of the text to the left of the specified SearchForText.

  • If the search text is not found in a list entry, that entry returns nothing.

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

Returns

List; Last


LISTITEMLEFTOF, left of text, string extraction, text search, semicolon-separated list, list processing, workflow formulas, formula function