Split full names, addresses, or CSV-style cells into separate columns with the Text to Columns wizard or TEXTSPLIT.
Do it with AI insteadSelect the column
Click the column header containing the combined text.
Open Text to Columns
Go to Data ▸ Text to Columns.
Choose a delimiter
Pick Delimited, then choose comma, space, or a custom character.
Finish
Set the destination cell and click Finish.
=TEXTSPLIT(A2, ",")In the wizard's last step, set Destination to an empty area first.