How to Split First & Last Names Into Separate Columns For Your Google Sheet

This article explains how to split a first & last name in one column of your google sheet into two separate columns

If you wanting to include a first name in your automation, then the name or the data you want to use needs to be in it’s own column in the spreadsheet that is connected to your automation in the desktop app. This article is a step-by-step guide on how to split the first and last name into separate columns.

 

Start with making column headers for first and last name within your google sheet. Example shown below.

Notion image
💡
When connecting to the desktop app, the app will look for the correct header to pass the data from.
 
 

Next, in the first column and first row type in =SPLIT(COLUMN/ROW, “ “) Then click any blank cell. You’ll see the names split. Highlighted in the example below.

Notion image
💡
When typing the column letter and number in the formula make sure it is custom to your sheet. In this example I am splitting the First and Last Name Column from Column A and Row 2. Your formula may be different. =SPLIT(COLUMN/ROW, “ “)
 

Next, copy the first cell you type in the formula then drag or copy and paste that formula into the rest of the column. Shown in the example below.

Notion image
 
 

That will split the first and last name into separate columns. Should look similar to the example below.

Notion image
 
Did this answer your question?
😞
😐
🤩