Skip to main content

Split text to columns in Google Sheets

Splits the content of a cell in a given column into different columns in a sheet of a Google Sheets spreadsheet.

Common use cases

  • Data Manipulation

Application

  • Google Sheets

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Spreadsheet linkLinkYeshttps://docs.google.com/spreadsheets/d/1eQ
Column nameProvide header name that needs to be split.TextYesLast Name
Split delimiterThe delimiter that will be used when splitting the dataPredefined Choice ListYes,
Google Sheets connected accountGoogle Sheets connected accountConnected AccountNo
Sheet nameFirst tab will be used by default. Sheet name is case sensitiveTextNoSheet1
New column namesThe names that will be used for the columns created when splitting text. Separate each name with commas.Text (Long)NoEmployee ID, First Name

Outputs (what you get)

  • N/A

Outcomes

NAME ​DESCRIPTION ​
Success ​This status is selected if the text was successfully split to columns in Google Sheets
UnsuccessfulThis status is selected in the event of the following scenarios: - The Google Sheets spreadsheet link does not exist - The Google Sheets spreadsheet cannot be edited - The column name/letter is not provided - The Google Sheets spreadsheet cannot be modified ​

Requirements

  • The provided Link to the Sheet must have editing permissions.
  • The Spreadsheet need to be shared with: googlewrkbots@wrk.com

How it works

- This Wrk Action will not add a new column, the split values will be placed in the next column.

- If only one column name is provided in the optional field New column names, this will be the new name of the original column, if the second column needs a new name, provide the name of the first and second column.

The split can only be done with one of the following delimiters:

NameSymbol
Comma,
Space\s
Semicolon;
Colon:
Dash-
Period.
Underscore_