Skip to content

=LISTINDEX

The =LISTINDEX() function accepts a semicolon-separated text list and returns the list entry at the specified list index. (ProcessPlan uses semicolons as its list delimiter.)

=LISTINDEX(ReturnIndex; SemicolonSeparatedTextList)
  • ReturnIndex
    The position of the item to return from the list. Index numbering starts at 1.

  • SemicolonSeparatedTextList
    The semicolon-separated list of values to retrieve the item from.

  • Reads the list as a sequence of values separated by semicolons

  • Uses one-based indexing to locate the requested item

  • Returns the value at the specified index

  • Works with both static lists and field tokens

  • Index numbering starts at 1 (not 0)

  • If the index does not exist, the function returns an empty value

  • Formula functions are case sensitive and must be in ALL CAPS

=LISTINDEX(2; ListEntry1; ListEntry2; ListEntry3; ListEntry4)

Returns: ListEntry2


LISTINDEX, list index, semicolon list, list item retrieval, text functions, formula function, calculated value