FormulaCraft

How to split a cell by a delimiter in Excel and Google Sheets

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 your spreadsheet, identify the cell containing the text you want to split.
  2. 2Choose an empty cell where you want the first part of the split text to appear.
  3. 3Enter the appropriate formula for your spreadsheet application, referencing the cell with the text and specifying the delimiter.
  4. 4Press Enter to see the split text appear in the selected cell and subsequent cells to the right.

Tips

Need the Google Sheets version instead? Open Sheets variant in workspace →

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

What if my delimiter is not a comma?

You can replace the comma in the formula with any other character or string that acts as your delimiter.

Can I split text vertically instead of horizontally?

No, these functions split text horizontally. For vertical splitting, consider using Power Query in Excel or additional formulas in Google Sheets.

What happens if the text does not contain the delimiter?

The entire text will appear in the first cell, and the subsequent cells will remain blank.

Formulas used

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

Last reviewed: