How to Separate First and Last Name in Google Sheets
SPLIT(). You’ll be organizing your data more effectively in no time.Step-by-Step: How to Separate First and Last Name in Google Sheets
Step 1: Open Your Google Sheet
- Visit sheets.google.com and open your spreadsheet.

- Make sure the full names are in one column (e.g., Column A).
Step 2: Use Split Text to Columns
- Select the cells with full names (e.g., A2:A10).

- Go to the top menu and click Data > Split text to columns.
- A separator menu will appear. Choose Space if names are separated by a space.

- First and last names will now appear in separate columns (e.g., Column A and B).
Step 3: Use the SPLIT Function (Formula Method)
- Click on a new column (e.g., B2) and enter:
- Press
Enter. This will split the first and last name based on the space.

- Drag the fill handle down to apply to the rest of the column.
Step 4: Handle Middle Names (Optional)
- If names have middle names,
SPLIT()will divide them into separate columns as well.
- You may need to use
=INDEX(SPLIT(A2, " "), 1)for first name and=INDEX(SPLIT(A2, " "), 2)or3for last/middle name accordingly.
Tired of spending hours cleaning data or writing complex formulas? Here’s a smarter solution: SheetAI.app

- Natural Language Commands: Use plain English to perform complex tasks.
- AI-Powered Functions: Leverage functions like
=SHEETAI()and=SHEETAI_RANGE()for dynamic content generation.
- Data Cleaning & Analysis: Automate data sanitization, summarization, and categorization.
- Content Generation: Create blog ideas, product descriptions, and personalized messages effortlessly.
- Image Creation: Generate images directly within your spreadsheet using
=SHEETAI_IMAGE().
- Formula Generation: Convert textual descriptions into accurate Google Sheets formulas.
- Integration with AI Models: Supports GPT-3, GPT-4, Claude, and Gemini for versatile AI capabilities.
Conclusion
SPLIT() formula. FAQs can take you forward!
Will this work if there’s a middle name?
INDEX() to extract specific parts.Can I undo the split?
Ctrl + Z or use the Undo button.How do I separate names with commas?
Will this affect the original data?
Share on socials
About the author
Sanskar is Founder at IAG Tech and creator of SheetAI. With over 3 years of experience building AI-powered spreadsheet tools, he has helped 100k+ users master Google Sheets automation and advanced formulas. He has built 24+ productivity products and teaches spreadsheet optimization on YouTube.
More from the blog
How to Freeze Panes in Google Sheets: A Step-by-Step Guide
27 July 2024
How to Underline in Google Sheets
27 July 2024
Ask OpenAI Not to use your Data
27 July 2024
Untitled
1 October 2024
How to Add a Series in Google Sheets
27 July 2024
How to Change Row Height in Google Sheets
27 July 2024
How to Sort by Color in Google Sheets: A Detailed Guide
27 July 2024
How to Remove Underline in Google Sheets: A Step-by-Step Guide
1 October 2024
Create a Chrome profile for a specific Google account
27 July 2024