Cleaning Roster Datafor Union Campaign Success
Module 3 · Splitting Concatenated Fields 3.2 Text to Columns vs SPLIT
Subsection 3.2

Text to Columns vs SPLIT

~5 min

Reading

Sheets gives you two ways to split a concatenated cell. Choose based on whether the source data will keep changing.

Text to Columns vs =SPLIT()

Data › Split text to columns=SPLIT(A1, ",")
TypeMenu wizard. One-shot.Formula. Lives in the cell.
When source changesYou have to rerun it.It updates automatically.
Where the output landsOverwrites adjacent columns.Spills across cells to the right.
Best forOne-time cleanup before you start working with the file.Live workbooks that other people keep editing.
Excel equivalentData › Text to Columns.TEXTSPLIT in Excel 365.

The rule of thumb

If the file will not change again, use Text to Columns and move on. If the file is shared and people are still adding rows, use =SPLIT() so the cleanup follows the new data automatically.

Action: Mark this page complete when you have finished the activity above.