Skip to content

=LISTITEMRIGHT

The =LISTITEMRIGHT() function searches a semicolon separated text list and returns the specified number of rightmost characters from each list entry.

=LISTITEMRIGHT(NumberOfCharactersToReturn; SemicolonSeparatedList)
  • NumberOfCharactersToReturn – The number of characters to return from the right side of each list entry.

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

  • Evaluates each item in the provided list.

  • Extracts the specified number of rightmost characters from each list entry.

  • Returns a new list with the modified values.

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

Returns

try1; try2; ext3; ext4; try5


LISTITEMRIGHT, right characters, string manipulation, text extraction, semicolon-separated list, list processing, workflow formulas, formula function