{"id":18863,"date":"2025-02-28T06:30:25","date_gmt":"2025-02-28T09:30:25","guid":{"rendered":"https:\/\/excelfull.com\/excel\/?p=18863"},"modified":"2025-03-03T16:05:51","modified_gmt":"2025-03-03T19:05:51","slug":"funcion-dividirtexto-en-excel","status":"publish","type":"post","link":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/","title":{"rendered":"FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO"},"content":{"rendered":"<p>&nbsp;<\/p>\n<h2>\u00bfQU\u00c9 ES LA FUNCI\u00d3N DIVIDIRTEXTO\u00a0EN EXCEL?<\/h2>\n<p>La funci\u00f3n <strong>DIVIDIRTEXTO<\/strong> en Excel es una herramienta avanzada que permite <strong>separar <\/strong>cadenas de texto mediante delimitadores de columna y fila como comas, espacios o cualquier otro car\u00e1cter especial. Es el inverso de la <strong><a href=\"https:\/\/excelfull.com\/excel\/funcion-unircadenas-excel-tutorial\/\" target=\"_blank\" rel=\"noopener\">funci\u00f3n UNIRCADENAS<\/a><\/strong>.<\/p><div id=\"excel-3907612407\" class=\"excel-contenido_3 excel-entity-placement\"><section id=\"temario-blog\" class=\"py-8 bg-white\">\r\n    <div class=\"max-w-4xl mx-auto px-4\">\r\n        <div class=\"relative overflow-hidden bg-slate-900 rounded-[2rem] p-8 md:p-12 shadow-xl\">\r\n            \r\n            <div class=\"absolute top-0 right-0 -translate-y-1\/2 translate-x-1\/2 w-64 h-64 bg-[#136E42] opacity-20 blur-[80px] rounded-full\"><\/div>\r\n            <div class=\"absolute bottom-0 left-0 translate-y-1\/2 -translate-x-1\/2 w-48 h-48 bg-emerald-500 opacity-10 blur-[60px] rounded-full\"><\/div>\r\n\r\n            <div class=\"relative z-10 flex flex-col gap-8\">\r\n                \r\n                <div class=\"text-center\">\r\n                    <div class=\"inline-flex items-center gap-2 bg-white\/10 border border-white\/20 px-3 py-1.5 rounded-full mb-4\">\r\n                        <i class=\"fa-solid fa-file-pdf text-emerald-400 text-xs\"><\/i>\r\n                        <span class=\"text-white text-[9px] font-black uppercase tracking-[0.2em]\">Recurso Gratuito 2026<\/span>\r\n                    <\/div>\r\n                    <h2 class=\"text-2xl md:text-3xl font-extrabold text-white leading-tight mb-3\">\r\n                        \u00bfTe gustar\u00eda dominar <span class=\"text-emerald-400\">Excel como un Pro?<\/span>\r\n                    <\/h2>\r\n                    <p class=\"text-slate-300 text-base font-medium max-w-xl mx-auto\">\r\n                        Suscr\u00edbete para recibir tips exclusivos y descarga el temario completo de nuestro curso profesional en PDF.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"w-full max-w-md mx-auto bg-white\/5 backdrop-blur-sm border border-white\/10 p-6 rounded-2xl\">\r\n                    \r\n                    <div id=\"form-content-blog\">\r\n                        <form id=\"excel-form-blog\" class=\"space-y-4\">\r\n                            <div>\r\n                                <label for=\"email-blog\" class=\"block text-white\/70 text-[10px] font-bold uppercase tracking-widest mb-2 ml-1\">Tu mejor correo electr\u00f3nico<\/label>\r\n                                <input type=\"email\" id=\"email-blog\" name=\"email\" placeholder=\"ejemplo@correo.com\" required \r\n                                    class=\"w-full bg-white\/10 border border-white\/20 rounded-xl px-4 py-3.5 text-white placeholder:text-slate-500 focus:outline-none focus:ring-2 focus:ring-emerald-500\/50 transition-all text-sm\">\r\n                            <\/div>\r\n                            \r\n                            <button type=\"submit\" id=\"submit-btn-blog\"\r\n                                class=\"w-full bg-[#136E42] hover:bg-emerald-600 text-white py-4 rounded-xl text-xs font-black uppercase tracking-widest transition-all shadow-lg active:scale-95 flex items-center justify-center gap-3\">\r\n                                <span>Descargar Temario y Suscribirme<\/span>\r\n                                <i class=\"fa-solid fa-paper-plane text-[10px]\"><\/i>\r\n                            <\/button>\r\n                        <\/form>\r\n                        <p class=\"text-slate-500 text-[9px] text-center mt-4 font-bold uppercase tracking-widest\">\r\n                            <i class=\"fa-solid fa-shield-halved mr-1\"><\/i> Sin spam. Solo contenido de valor.\r\n                        <\/p>\r\n                    <\/div>\r\n\r\n                    <div id=\"success-message-blog\" class=\"hidden text-center py-4\">\r\n                        <div class=\"w-12 h-12 bg-emerald-500\/20 text-emerald-400 rounded-full flex items-center justify-center mx-auto mb-3 border border-emerald-500\/30\">\r\n                            <i class=\"fa-solid fa-check text-xl\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"text-white text-lg font-bold mb-1\">\u00a1Registro completado!<\/h3>\r\n                        <p class=\"text-slate-400 text-xs leading-relaxed\">\r\n                            Revisa tu bandeja de entrada; el temario ya va en camino.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\ndocument.getElementById('excel-form-blog').addEventListener('submit', function(e) {\r\n    e.preventDefault();\r\n    const btn = document.getElementById('submit-btn-blog');\r\n    const email = document.getElementById('email-blog').value;\r\n    const btnText = btn.querySelector('span');\r\n    \r\n    btn.disabled = true;\r\n    btn.classList.add('opacity-50', 'cursor-not-allowed');\r\n    btnText.innerText = 'PROCESANDO...';\r\n\r\n    fetch('https:\/\/n8n.george.com.py\/webhook\/registro-excel-full', {\r\n        method: 'POST',\r\n        headers: { 'Content-Type': 'application\/json' },\r\n        body: JSON.stringify({ \r\n            email: email,\r\n            origen: 'descarga_temario_blog'\r\n        })\r\n    })\r\n    .then(response => {\r\n        if(response.ok) {\r\n            \/\/ Empujamos el evento a GTM para medir conversiones desde el blog\r\n            window.dataLayer = window.dataLayer || [];\r\n            window.dataLayer.push({\r\n                event: 'form_blog_success',\r\n                form_name: 'captacion_blog',\r\n                email: email,\r\n                origen: 'descarga_temario_blog'\r\n            });\r\n\r\n            document.getElementById('form-content-blog').classList.add('hidden');\r\n            document.getElementById('success-message-blog').classList.remove('hidden');\r\n        } else {\r\n            throw new Error();\r\n        }\r\n    })\r\n    .catch(error => {\r\n        alert('Hubo un inconveniente. Intenta de nuevo.');\r\n        btn.disabled = false;\r\n        btn.classList.remove('opacity-50', 'cursor-not-allowed');\r\n        btnText.innerText = 'Descargar Temario y Suscribirme';\r\n    });\r\n});\r\n<\/script><\/div>\n<p>Esta funci\u00f3n es especialmente \u00fatil cuando trabajamos con <strong>datos desordenados<\/strong> o importados desde otros sistemas, ya que nos ayuda a <strong>estructurarlos de manera r\u00e1pida y eficiente<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<h2>SINTAXIS DE LA FUNCI\u00d3N DIVIDIRTEXTO<\/h2>\n<pre><strong>=DIVIDIRTEXTO(texto,delimitador,[row_delimiter],[ignorarempty],[matchmode],[pad_with])<\/strong><\/pre>\n<p>&nbsp;<\/p>\n<h2>ARGUMENTOS DE LA FUNCI\u00d3N DIVIDIRTEXTO<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-18864\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-1.png\" alt=\"\" width=\"724\" height=\"357\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-1.png 884w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-1-768x379.png 768w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/p>\n<ul>\n<li><strong>texto:<\/strong> La cadena de texto que se desea dividir.<\/li>\n<li><strong>delimitador:<\/strong> El car\u00e1cter o caracteres que separan los valores.<\/li>\n<li><b class=\"ocpRunInHead\">row_delimiter<\/b> <strong>(opcional): <\/strong>El texto que marca el punto donde se va a desbordar el texto hacia las filas inferiores<\/li>\n<li><strong>ignor_empty (opcional):<\/strong> Si es <strong>VERDADERO<\/strong>, omite celdas vac\u00edas.<\/li>\n<li><strong>match_mode (opcional):<\/strong> Especifica sensibilidad a may\u00fasculas\/min\u00fasculas.<\/li>\n<li><b class=\"ocpRunInHead\">pad_with:<\/b>\u00a0El valor con el que se va a rellenar el resultado. El valor predeterminado es #N\/A<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>EJEMPLOS PR\u00c1CTICOS DE LA FUNCI\u00d3N DIVIDIRTEXTO<\/h2>\n<h3>EJEMPLO 1: DIVIDIR UN NOMBRE COMPLETO EN NOMBRE Y APELLIDO<\/h3>\n<p><strong><span style=\"color: #136e42;\">Escenario:<\/span><\/strong><\/p>\n<p>Imagina que tienes una lista de nombres completos en una sola columna y deseas separarlos en <strong>nombre<\/strong> y <strong>apellido<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18865\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-2.png\" alt=\"funci\u00f3n DIVIDIRTEXTO en Excel\" width=\"270\" height=\"260\" \/><\/p>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>F\u00f3rmula:<\/strong><\/span><\/p>\n<pre><strong>=DIVIDIRTEXTO(A2;\" \")<\/strong><\/pre>\n<p>Se usa el espacio (\u00bb \u00ab) como delimitador para separar el nombre del apellido.<\/p>\n<p><strong><span style=\"color: #136e42;\">Nota:<\/span> Desliza hacia abajo para el resto de filas.<\/strong><\/p>\n<p><span style=\"color: #136e42;\"><strong>Resultado:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18867\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-4.png\" alt=\"funci\u00f3n DIVIDIRTEXTO en Excel\" width=\"500\" height=\"257\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>EJEMPLO 2: SEPARAR PRODUCTOS Y PRECIOS DE UNA LISTA<\/h3>\n<p><strong><span style=\"color: #136e42;\">Escenario:<\/span><\/strong><\/p>\n<p>Tienes una lista de productos y sus precios en una sola celda, separados por comas.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18868\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-5.png\" alt=\"funci\u00f3n DIVIDIRTEXTO en Excel\" width=\"256\" height=\"240\" \/><\/p>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>F\u00f3rmula:<\/strong><\/span><\/p>\n<pre><strong>=DIVIDIRTEXTO(A2;\",\")<\/strong><\/pre>\n<p>La funci\u00f3n usa la coma como delimitador para separar el producto del precio.<\/p>\n<p><span style=\"color: #136e42;\"><strong>Resultado:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18869\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-6.png\" alt=\"funci\u00f3n DIVIDIRTEXTO en Excel\" width=\"500\" height=\"262\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>EJEMPLO 3: SEPARAR UNA LISTA DE CORREOS ELECTR\u00d3NICOS<\/h3>\n<p><strong><span style=\"color: #136e42;\">Escenario: <\/span><\/strong><\/p>\n<p>Supongamos que tienes varios correos electr\u00f3nicos en una celda, separados por punto y coma (;), y necesitas dividirlos en diferentes celdas.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18870 size-full\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-7.png\" alt=\"funci\u00f3n DIVIDIRTEXTO en Excel\" width=\"566\" height=\"155\" \/><\/p>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>F\u00f3rmula:<\/strong><\/span><\/p>\n<pre><strong>=DIVIDIRTEXTO(A2;\";\")<\/strong><\/pre>\n<p>Se usa el punto y coma (\u00ab;\u00bb) como delimitador para dividir cada correo en su respectiva celda.<\/p>\n<p><span style=\"color: #136e42;\"><strong>Resultado:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-18871 size-full\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-8.png\" alt=\"funci\u00f3n DIVIDIRTEXTO en Excel\" width=\"1106\" height=\"196\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-8.png 1106w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-8-1000x177.png 1000w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/dividirtexto-8-768x136.png 768w\" sizes=\"auto, (max-width: 1106px) 100vw, 1106px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2>VENTAJAS DE USAR LA FUNCI\u00d3N DIVIDIRTEXTO<\/h2>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18583\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png\" alt=\"\" width=\"25\" height=\"25\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png 512w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check-150x150.png 150w\" sizes=\"auto, (max-width: 25px) 100vw, 25px\" \/> Ahorra tiempo:<\/strong> Automatiza la separaci\u00f3n de datos sin necesidad de usar \u00abTexto en columnas\u00bb.<br \/>\n<strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18583\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png\" alt=\"\" width=\"25\" height=\"25\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png 512w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check-150x150.png 150w\" sizes=\"auto, (max-width: 25px) 100vw, 25px\" \/> Flexible:<\/strong> Permite trabajar con diferentes delimitadores seg\u00fan los datos.<br \/>\n<strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18583\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png\" alt=\"\" width=\"25\" height=\"25\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png 512w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check-150x150.png 150w\" sizes=\"auto, (max-width: 25px) 100vw, 25px\" \/> Menos errores:<\/strong> Reduce la posibilidad de cometer errores al copiar y pegar manualmente.<br \/>\n<strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18583\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png\" alt=\"\" width=\"25\" height=\"25\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check.png 512w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/icono-check-150x150.png 150w\" sizes=\"auto, (max-width: 25px) 100vw, 25px\" \/> F\u00e1cil de usar:<\/strong> Su sintaxis es sencilla y adaptable a m\u00faltiples escenarios.<\/p>\n<p>&nbsp;<\/p>\n<h2>FAQ: PREGUNTAS FRECUENTES<\/h2>\n<p><strong>1. \u00bfDesde qu\u00e9 versi\u00f3n de Excel est\u00e1 disponible la funci\u00f3n\u00a0DIVIDIRTEXTO<\/strong><strong>?<\/strong><\/p>\n<ul>\n<li>La funci\u00f3n <strong>DIVIDIRTEXTO<\/strong>\u00a0est\u00e1 disponible en <strong>Excel 365<\/strong> y <strong>Excel 2021<\/strong>.<\/li>\n<\/ul>\n<p><strong>2. \u00bfPuedo dividir un texto usando varios delimitadores?<\/strong><\/p>\n<ul>\n<li>S\u00ed. Puedes utilizar una lista de delimitadores separ\u00e1ndolos con comas en la f\u00f3rmula: <em style=\"font-size: inherit;\">=DIVIDIRTEXTO(A2, {\u00ab,\u00bb, \u00ab;\u00bb}) <\/em><span style=\"font-size: inherit;\">Esto dividir\u00e1 el texto usando <\/span><strong style=\"font-size: inherit;\">comas y punto y coma<\/strong><span style=\"font-size: inherit;\"> como separadores.<\/span><\/li>\n<\/ul>\n<p><strong>3. \u00bfQu\u00e9 pasa si el delimitador no se encuentra en el texto?<\/strong><\/p>\n<ul>\n<li>Si el delimitador no est\u00e1 presente en el texto, Excel devolver\u00e1 la cadena original en una sola celda.<\/li>\n<\/ul>\n<p><strong>4. \u00bfC\u00f3mo evitar que aparezcan celdas vac\u00edas en los resultados?<\/strong><\/p>\n<ul>\n<li>Puedes usar el argumento opcional <strong>ignorarempty =VERDADERO<\/strong> para omitir celdas vac\u00edas:<em> =DIVIDIRTEXTO(A2, \u00ab,\u00bb, VERDADERO)<\/em><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>CONCLUSI\u00d3N<\/h2>\n<p>La funci\u00f3n <strong>DIVIDIRTEXTO<\/strong><strong>\u00a0en Excel<\/strong> es una herramienta poderosa que facilita la separaci\u00f3n de datos de manera autom\u00e1tica y eficiente. Con su capacidad para trabajar con distintos delimitadores y adaptarse a diversas necesidades, permite optimizar el procesamiento de informaci\u00f3n y mejorar la productividad.<\/p>\n<p>Si trabajas con bases de datos, listas de productos, nombres, correos electr\u00f3nicos o cualquier otro tipo de texto que requiera segmentaci\u00f3n, <strong>DIVIDIRTEXTO<\/strong><strong>\u00a0te ahorrar\u00e1 mucho tiempo y esfuerzo<\/strong>.<\/p>\n<p>\u00a1Prueba esta funci\u00f3n en Excel 365 y empieza a organizar mejor tus datos! \ud83d\ude80<\/p>\n<hr \/>\n<p><strong><span style=\"color: #136e42;\">\u00bb<\/span> Si te gustan nuestros blogs, comp\u00e1rtelo con tus amigos. Puedes seguirnos en <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https:\/\/www.facebook.com\/excelfull7\">Facebook<\/a><\/span> e <span style=\"color: #ff00ff;\"><a style=\"color: #ff00ff;\" href=\"https:\/\/www.instagram.com\/excelfull_oficial\/\">Instagram<\/a>.<\/span><\/strong><\/p>\n<p><strong><span style=\"color: #136e42;\">\u00bb <\/span>D\u00e9janos tu comentario al final de esta p\u00e1gina.<\/strong><\/p>\n<p><strong><span style=\"color: #136e42;\">\u00bb <\/span>Explora m\u00e1s sobre nosotros directo aqu\u00ed: <a href=\"https:\/\/excelfull.com\/\">Curso de Excel Online<\/a><\/strong><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; \u00bfQU\u00c9 ES LA FUNCI\u00d3N &#8230; <a title=\"FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO\" class=\"read-more\" href=\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\" aria-label=\"Leer m\u00e1s sobre FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO\">Leer m\u00e1s<\/a><\/p>\n","protected":false},"author":3,"featured_media":18873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[328,549,556,570],"tags":[1150,1030,518,1151],"class_list":["post-18863","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel","category-excel-intermedio","category-funciones-especiales","category-texto","tag-dividirtexto","tag-formulas-y-funciones","tag-separar-nombre-y-apellido-en-excel","tag-textsplit","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FUNCI\u00d3N DIVIDIRTEXTO: SEPARA DATOS R\u00c1PIDAMENTE CON UN SOLO PASO<\/title>\n<meta name=\"description\" content=\"La funci\u00f3n DIVIDIRTEXTO en Excel te permite separar texto f\u00e1cilmente usando delimitadores. Aprende a usarla. \u00a1Desc\u00fabrela ahora!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FUNCI\u00d3N DIVIDIRTEXTO: SEPARA DATOS R\u00c1PIDAMENTE CON UN SOLO PASO\" \/>\n<meta property=\"og:description\" content=\"La funci\u00f3n DIVIDIRTEXTO en Excel te permite separar texto f\u00e1cilmente usando delimitadores. Aprende a usarla. \u00a1Desc\u00fabrela ahora!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog de Excelfull\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/excelfull7\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-28T09:30:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-03T19:05:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Excelfull\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Excelfull\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\"},\"author\":{\"name\":\"Excelfull\",\"@id\":\"https:\/\/excelfull.com\/excel\/#\/schema\/person\/8f7a28824a9700f3f823e56071d1f801\"},\"headline\":\"FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO\",\"datePublished\":\"2025-02-28T09:30:25+00:00\",\"dateModified\":\"2025-03-03T19:05:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\"},\"wordCount\":642,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#organization\"},\"image\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png\",\"keywords\":[\"dividirtexto\",\"f\u00f3rmulas y funciones\",\"separar nombre y apellido en excel\",\"textsplit\"],\"articleSection\":[\"Excel\",\"Excel Intermedio\",\"Funciones Especiales\",\"Texto\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\",\"url\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\",\"name\":\"FUNCI\u00d3N DIVIDIRTEXTO: SEPARA DATOS R\u00c1PIDAMENTE CON UN SOLO PASO\",\"isPartOf\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png\",\"datePublished\":\"2025-02-28T09:30:25+00:00\",\"dateModified\":\"2025-03-03T19:05:51+00:00\",\"description\":\"La funci\u00f3n DIVIDIRTEXTO en Excel te permite separar texto f\u00e1cilmente usando delimitadores. Aprende a usarla. \u00a1Desc\u00fabrela ahora!\",\"breadcrumb\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage\",\"url\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png\",\"contentUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png\",\"width\":1280,\"height\":720,\"caption\":\"funci\u00f3n DIVIDIRTEXTO en Excel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/excelfull.com\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel\",\"item\":\"https:\/\/excelfull.com\/excel\/excel\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Excel Intermedio\",\"item\":\"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Funciones Especiales\",\"item\":\"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/funciones-especiales\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Texto\",\"item\":\"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/funciones-especiales\/texto\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/excelfull.com\/excel\/#website\",\"url\":\"https:\/\/excelfull.com\/excel\/\",\"name\":\"Blog de Excelfull\",\"description\":\"Todo lo que necesitas saber sobre Excel\",\"publisher\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#organization\"},\"alternateName\":\"Blog Excel Online\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/excelfull.com\/excel\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/excelfull.com\/excel\/#organization\",\"name\":\"Nlog Excelfull\",\"alternateName\":\"Blog Excel En L\u00ednea\",\"url\":\"https:\/\/excelfull.com\/excel\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/excelfull.com\/excel\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2022\/08\/Logo-excelfull.png\",\"contentUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2022\/08\/Logo-excelfull.png\",\"width\":1342,\"height\":341,\"caption\":\"Nlog Excelfull\"},\"image\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/excelfull7\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/excelfull.com\/excel\/#\/schema\/person\/8f7a28824a9700f3f823e56071d1f801\",\"name\":\"Excelfull\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/5bf7b801a90cbf07d593ad1261eb6e937c0ff73904ec636164fadb7ea30f685a?s=96&d=identicon&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5bf7b801a90cbf07d593ad1261eb6e937c0ff73904ec636164fadb7ea30f685a?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5bf7b801a90cbf07d593ad1261eb6e937c0ff73904ec636164fadb7ea30f685a?s=96&d=identicon&r=g\",\"caption\":\"Excelfull\"},\"url\":\"https:\/\/excelfull.com\/excel\/author\/ema\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FUNCI\u00d3N DIVIDIRTEXTO: SEPARA DATOS R\u00c1PIDAMENTE CON UN SOLO PASO","description":"La funci\u00f3n DIVIDIRTEXTO en Excel te permite separar texto f\u00e1cilmente usando delimitadores. Aprende a usarla. \u00a1Desc\u00fabrela ahora!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/","og_locale":"es_ES","og_type":"article","og_title":"FUNCI\u00d3N DIVIDIRTEXTO: SEPARA DATOS R\u00c1PIDAMENTE CON UN SOLO PASO","og_description":"La funci\u00f3n DIVIDIRTEXTO en Excel te permite separar texto f\u00e1cilmente usando delimitadores. Aprende a usarla. \u00a1Desc\u00fabrela ahora!","og_url":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/","og_site_name":"Blog de Excelfull","article_publisher":"https:\/\/www.facebook.com\/excelfull7","article_published_time":"2025-02-28T09:30:25+00:00","article_modified_time":"2025-03-03T19:05:51+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png","type":"image\/png"}],"author":"Excelfull","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Excelfull","Tiempo de lectura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#article","isPartOf":{"@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/"},"author":{"name":"Excelfull","@id":"https:\/\/excelfull.com\/excel\/#\/schema\/person\/8f7a28824a9700f3f823e56071d1f801"},"headline":"FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO","datePublished":"2025-02-28T09:30:25+00:00","dateModified":"2025-03-03T19:05:51+00:00","mainEntityOfPage":{"@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/"},"wordCount":642,"commentCount":1,"publisher":{"@id":"https:\/\/excelfull.com\/excel\/#organization"},"image":{"@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png","keywords":["dividirtexto","f\u00f3rmulas y funciones","separar nombre y apellido en excel","textsplit"],"articleSection":["Excel","Excel Intermedio","Funciones Especiales","Texto"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/","url":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/","name":"FUNCI\u00d3N DIVIDIRTEXTO: SEPARA DATOS R\u00c1PIDAMENTE CON UN SOLO PASO","isPartOf":{"@id":"https:\/\/excelfull.com\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage"},"image":{"@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png","datePublished":"2025-02-28T09:30:25+00:00","dateModified":"2025-03-03T19:05:51+00:00","description":"La funci\u00f3n DIVIDIRTEXTO en Excel te permite separar texto f\u00e1cilmente usando delimitadores. Aprende a usarla. \u00a1Desc\u00fabrela ahora!","breadcrumb":{"@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#primaryimage","url":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png","contentUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/03\/FUNCION-TEXTODIVIDIR-EN-EXCEL-DIVIDE-TEXTO-FACILMENTE-PASO-A-PASO.png","width":1280,"height":720,"caption":"funci\u00f3n DIVIDIRTEXTO en Excel"},{"@type":"BreadcrumbList","@id":"https:\/\/excelfull.com\/excel\/funcion-dividirtexto-en-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/excelfull.com\/excel\/"},{"@type":"ListItem","position":2,"name":"Excel","item":"https:\/\/excelfull.com\/excel\/excel\/"},{"@type":"ListItem","position":3,"name":"Excel Intermedio","item":"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/"},{"@type":"ListItem","position":4,"name":"Funciones Especiales","item":"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/funciones-especiales\/"},{"@type":"ListItem","position":5,"name":"Texto","item":"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/funciones-especiales\/texto\/"},{"@type":"ListItem","position":6,"name":"FUNCI\u00d3N DIVIDIRTEXTO EN EXCEL: DIVIDE TEXTO F\u00c1CILMENTE PASO A PASO"}]},{"@type":"WebSite","@id":"https:\/\/excelfull.com\/excel\/#website","url":"https:\/\/excelfull.com\/excel\/","name":"Blog de Excelfull","description":"Todo lo que necesitas saber sobre Excel","publisher":{"@id":"https:\/\/excelfull.com\/excel\/#organization"},"alternateName":"Blog Excel Online","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/excelfull.com\/excel\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/excelfull.com\/excel\/#organization","name":"Nlog Excelfull","alternateName":"Blog Excel En L\u00ednea","url":"https:\/\/excelfull.com\/excel\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/excelfull.com\/excel\/#\/schema\/logo\/image\/","url":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2022\/08\/Logo-excelfull.png","contentUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2022\/08\/Logo-excelfull.png","width":1342,"height":341,"caption":"Nlog Excelfull"},"image":{"@id":"https:\/\/excelfull.com\/excel\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/excelfull7"]},{"@type":"Person","@id":"https:\/\/excelfull.com\/excel\/#\/schema\/person\/8f7a28824a9700f3f823e56071d1f801","name":"Excelfull","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/5bf7b801a90cbf07d593ad1261eb6e937c0ff73904ec636164fadb7ea30f685a?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5bf7b801a90cbf07d593ad1261eb6e937c0ff73904ec636164fadb7ea30f685a?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5bf7b801a90cbf07d593ad1261eb6e937c0ff73904ec636164fadb7ea30f685a?s=96&d=identicon&r=g","caption":"Excelfull"},"url":"https:\/\/excelfull.com\/excel\/author\/ema\/"}]}},"_links":{"self":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/18863","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/comments?post=18863"}],"version-history":[{"count":2,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/18863\/revisions"}],"predecessor-version":[{"id":18874,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/18863\/revisions\/18874"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/media\/18873"}],"wp:attachment":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/media?parent=18863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/categories?post=18863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/tags?post=18863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}