{"id":6,"date":"2026-09-16T11:06:01","date_gmt":"2026-09-16T11:06:01","guid":{"rendered":"https:\/\/yousofthub.com\/?p=6"},"modified":"2026-09-16T11:52:36","modified_gmt":"2026-09-16T11:52:36","slug":"separar-nombre-y-apellidos","status":"publish","type":"post","link":"https:\/\/yousofthub.com\/en\/separar-nombre-y-apellidos\/","title":{"rendered":"How to Split First and Last Names into Columns in Excel and Google Sheets"},"content":{"rendered":"<p class=\"wp-block-paragraph\">If you need to <strong>split first and last names<\/strong> in a customer or employee database, doing it manually cell by cell is a waste of time. In this complete guide, you will learn how to <strong>split first and last names<\/strong> into separate columns in both <a href=\"https:\/\/support.microsoft.com\" data-type=\"link\" data-id=\"https:\/\/support.microsoft.com\" target=\"_blank\" rel=\"noopener\">Microsoft Excel<\/a> and Google Sheets using quick, straightforward methods.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both Excel and Google Sheets feature built-in tools to divide text into columns within seconds, without installing add-ons or running advanced macros.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: How to Split First and Last Names in Excel with Text to Columns<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the fastest method when working with static data in <a href=\"https:\/\/support.microsoft.com\" data-type=\"link\" data-id=\"https:\/\/support.microsoft.com\" target=\"_blank\" rel=\"noopener\">Microsoft Excel<\/a>.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Insert blank columns to the right:<\/strong> Right-click the column next to your names and select <em>insert<\/em>Leave at least two blank columns to prevent last names from overwriting existing data.<\/li>\n\n\n\n<li><strong>Select your data:<\/strong> Highlight all cells containing the names you want to split.<\/li>\n\n\n\n<li><strong>Open the split tool:<\/strong> In the top ribbon, go to the tab <strong>Data<\/strong> and click Text to <strong>Text to Columns<\/strong>.<\/li>\n\n\n\n<li><strong>Choose the split format:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Select <strong>Delimited<\/strong> and click <em>Next<\/em>.<\/li>\n\n\n\n<li>In the delimiters screen, uncheck all options and select only <strong>Space<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Complete the process:<\/strong> Click <em>Finish<\/em>. The first name will remain in the original column and the last names will populate the adjacent columns.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Use Flash Fill in Excel (The Smartest Way)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Flash Fill automatically detects patterns without needing formulas or complex wizards.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Add clean target columns next to your list and label them <strong>\"First Name\"<\/strong> and <strong>\"Last Name\"<\/strong>.<\/li>\n\n\n\n<li>In the first empty cell under \"First Name\", manually type the first name of the person in that row.<\/li>\n\n\n\n<li>Press <code>Enter<\/code> , pres the sortcut <strong>Ctrl + E<\/strong> (go to the <em>Data<\/em> > <em>click Flash Fill<\/em>. Excel will instantly populate the rest of the column.<\/li>\n\n\n\n<li>Repeat the exact same step in the <strong>\"Last Name\"<\/strong>column to complete your list and go back to press <strong>Ctrl + E<\/strong>.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 3: Split Text to Columns in Google Sheets<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In Google Sheets, the process to <strong>split first and last names<\/strong> is straightforward and requires no additional formulas:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Make sure you have at least two empty columns to the right of your list.<\/li>\n\n\n\n<li>Select the cells containing the full names.<\/li>\n\n\n\n<li>Go to the top menu <strong>Data<\/strong> and select <strong>Split text to columns<\/strong>.<\/li>\n\n\n\n<li>A small floating label named <em>Separator<\/em>will appear next to your selection. Click the dropdown and select <strong>Space<\/strong> (or leave it as <em>Detect automatically<\/em>).<\/li>\n\n\n\n<li>The data will immediately distribute across the adjacent columns.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 4: Split Names Using Formulas (For Dynamic Data)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to automate this task for new entries, you can <strong>split first and last names<\/strong> using dynamic functions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">In Google Sheets:<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use the <code>SPLIT<\/code>function. If the full name is in cell <strong>A2<\/strong>, type in <strong>B2<\/strong>:<br><code>=SPLIT(A2; \" \")<\/code><br>The formula will split the content into as many adjacent cells as words in the name.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">In Excel (Modern Versions):<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use the <code>TEXTSPLIT<\/code>function. If the name is in <strong>A2<\/strong>, enter in <strong>B2<\/strong>:<br><code>=TEXTSPLIT(A2, \" \")<\/code><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting Common Issues<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Nombres compuestos (ej. Juan Carlos P\u00e9rez G\u00f3mez):<\/strong> Tanto la herramienta de texto en columnas como la funci\u00f3n de separaci\u00f3n dividen cada espacio en una columna distinta. En estos casos, revisa los registros con nombres de dos palabras para unificar los nombres o los apellidos en su columna correspondiente.<\/li>\n\n\n\n<li><strong>Espacios accidentales:<\/strong> A veces los datos copiados de webs contienen espacios extra al principio o al final. Para limpiarlos antes de separarlos, puedes aplicar previamente la funci\u00f3n <code>=ESPACIOS(A2)<\/code> (o <code>=RECORTAR(A2)<\/code> seg\u00fan la versi\u00f3n de tu hoja de c\u00e1lculo).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u00a1Consulta m\u00e1s tutoriales en la portada de <a href=\"https:\/\/yousofthub.com\/en\/\" data-type=\"link\" data-id=\"https:\/\/yousofthub.com\">YouSoftHub<\/a>!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Si necesitas separar nombre y apellidos en una base de datos de clientes o empleados, hacerlo de forma manual celda [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel-y-datos"],"_links":{"self":[{"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/posts\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":2,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/posts\/6\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/posts\/6\/revisions\/10"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/media\/9"}],"wp:attachment":[{"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/media?parent=6"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/categories?post=6"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yousofthub.com\/en\/wp-json\/wp\/v2\/tags?post=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}