Split Text to Columns
Split a column into multiple based on a delimiter.
Last updated
Split a column into multiple based on a delimiter.
Last updated
© Mito
Splitting text to columns takes the text in one column and splits it into multiple columns based on a delimiter. It is especially useful when one cell contains multiple pieces of information that you would like to operate on separately.
To Split Text to Columns:
Select the Data
tab in the toolbar.
Click Text to Columns
button to open the taskpane.
Select the dataframe that contains the column you want to split.
Select the column you want to split.
Select the delimiters that you want to use as breakpoints within each cell.
Use the Columns Preview
to make sure that the delimiter configuration is correct.
Click the Split on delimiter
button.