FormulaCraft

How to split text into columns in Excel and Google Sheets

Topic:Text manipulation

Heads up: Excel and Google Sheets do this differently.

Excel
=TEXTSPLIT(A2, " ")
Google Sheets
=SPLIT(A2, " ")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1In Google Sheets, use =SPLIT(A2, " ") to split on spaces.
  2. 2In Excel 365, use =TEXTSPLIT(A2, " ") for the same result.
  3. 3Change " " to your delimiter — "," for commas, "-" for dashes.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

Why does SPLIT not work in Excel?

SPLIT is a Google Sheets function. In Excel use TEXTSPLIT (365) or the Text to Columns tool.

How do I split first and last name?

Split on the space: =SPLIT(A2, " ") in Sheets or =TEXTSPLIT(A2, " ") in Excel returns first and last name in separate cells.

More on Text manipulation

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: