In this article:

How to Split Text in Google Sheets (Best Method in 2024)

May 8, 2024

In this article we will show you how to split text in google sheets in different scenarios. We will show you how to use the split function and then how to split text to both columns and rows. 

How to Split Text in Google Sheets

We can use the SPLIT function to split text in google sheets..  

Syntax

=SPLIT(cell, delimiter)

Where

Cell: the reference to the cell containing the string to split

Delimiter: also called separators, the special character in the data to use as markers for splitting it to columns; they are closed in double quotes

Note that this formula applies to only a single cell.

1. Identify cell and delimiter

Split text google sheets, select text

In this example, we identify the following inputs:

Cell: A2

Delimiter “ ” (space)

2. Insert formula in the form =SPLIT(cell, delimiter)

The formula becomes

=SPLIT(A2,” ”)

And we insert this to cell B2. 

Split text google sheets, enter formula to cell

3. Press Enter.

The output becomes:

Split text google sheets, output displayed

You can learn more about this method here.

Split Text to Rows in Google Sheets 

We will use the SPLIT and TRANSPOSE functions to achieve this. 

Syntax

=TRANSPOSE(SPLIT(cell, delimiter))

Where

Cell: the reference to the cell containing the string to split

Delimiter: the special character in the data to use as markers for splitting it to columns; they are closed in double quotes

Note that this formula applies to only a single cell.

1. Identify the cell to be split and the delimiter

Split text google sheets, select text

In this example, we identify the following inputs:

Cell: A1

Delimiter “,”

2. Use formula =TRANSPOSE(SPLIT(cell, delimiter))

The formula becomes

=TRANSPOSE(SPLIT(A1,”,”))

And we insert it in cell D1.

Split text google sheets, enter formula to cell

3. Press Enter.

The output becomes:

Split text google sheets, output by formula shown

Check this guide for more details.

Split Text to Columns in Google Sheets 

 1. Select the text to split

The range should be a single column with several rows of entries. The adjacent columns should be blank.

Split text in google sheets, select text to split

2. Click Data then select the Split text option

The Data option is in the main menu at the top of the page. The Split text to columns option is near the end of the dropdown list.

Split text in google sheets, click data, select split text option

3. Select the separator

Separators are special characters that mark where you can separate the string to its parts.

A small box where you can select the separator will appear. You can either choose Detect automatically or select it from the drop-down list.

The list includes commas, periods, semicolons, and spaces. We will select Comma for this example.

Split text in google sheets, select comma as separator

After selecting the separator, just click anywhere in the sheet to keep the changes.

Split text in google sheets, text split output

Click here to lean more about splitting text to columns.

If you enjoyed this article, you might also like our article on how to split columns in Google Sheets or our article on how to split text to rows in Google Sheets. 

If you want to learn how to send mass emails from Google Sheets, we also suggest checking out our detailed guide. 

Get Google Sheets productivity and automation tips delivered straight to your inbox
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
We'll email you 1-3 times a week — and never share your information.
Get your copy of our free Google Sheets automation guide!
  • 27 pages of Google Sheets tips and tricks to save time
  • Covers pivot tables and other advanced topics
  • 100% free

Work less, automate more!

Use Lido to connect your spreadsheets to email, Slack, calendars, and more to automate data transfers and eliminate manual copying and pasting. View all use cases ->