Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR EXCEL

google sheets select element after split

# Basic syntax:
=INDEX(SPLIT("text_to_split", "delimiter"), row, column)
# Where:
#	- text_to_split is the text you want to split (can reference a cell)
#	- delimiter is the delimiter by which to split the text
#	- row, should be 0
#	- column, 1-indexed split element to return
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #google #sheets #select #element #split
ADD COMMENT
Topic
Name
9+2 =