How to split cells in Google Sheets

Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place.

Steps

  1. 1

    Select the column of text.

  2. 2

    Data → Split text to columns, or use =SPLIT().

  3. 3

    Choose the separator.

  4. 4

    Widen new columns as needed.

Related tutorials

These videos might help you go deeper on this topic.

Watch more tutorials
How to Merge Cells in Google Sheets

How to Merge Cells in Google Sheets

A master class on merging cells. How to merge two cells. How to merge mu...
How to Iterate Counting Blank Cells in Google Sheets

How to Iterate Counting Blank Cells in Google Sheets

Count different types of blank cells. Cells with nothing in them.
How To Add Columns in Google Sheets

How To Add Columns in Google Sheets

Do you know all the ways to add columns to your Google Sheets?
Create Square Cells for Dashboards or Beautiful Information

Create Square Cells for Dashboards or Beautiful Information

I offer an alternative design for your dashboards. Any time you want to ...

Related blog posts

Written guides that go deeper on this question.

Browse the blog

Better Sheets on YouTube

Watch matching videos from youtube.com/bettersheets.

Search channel

Terms and formulas behind this

Want the full definition or how a formula works? Start here.

Related questions

Google Sheets how to split cells

Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place.

Get the answer →

Can i split cells in Google Sheets

Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place.

Get the answer →

How to split cells Google Sheets

Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place.

Get the answer →

Can you split cells in Google Sheets

Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place.

Get the answer →

How to split text to columns in Google Sheets

Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place.

Get the answer →

Google Sheets how to subtract

Use a minus formula such as =A1-B1, or =MINUS(A1, B1). Fill down for a column. Subtracting dates returns day counts; format duration results appropriately.

Get the answer →