{"id":18477,"date":"2025-02-07T06:30:19","date_gmt":"2025-02-07T09:30:19","guid":{"rendered":"https:\/\/excelfull.com\/excel\/?p=18477"},"modified":"2025-02-16T18:24:45","modified_gmt":"2025-02-16T21:24:45","slug":"funcion-reducir-en-excel","status":"publish","type":"post","link":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/","title":{"rendered":"DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>Excel es una herramienta poderosa para manipular datos, y con la llegada de funciones avanzadas como <strong>REDUCIR<\/strong>, los c\u00e1lculos acumulativos ahora son m\u00e1s eficientes y flexibles. La funci\u00f3n <strong>REDUCIR<\/strong> permite reducir una matriz a un \u00fanico valor aplicando una operaci\u00f3n acumulativa definida por el usuario.<\/p><div id=\"excel-2258932901\" 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>Si alguna vez te has encontrado sumando valores con condiciones espec\u00edficas, multiplicando solo ciertos elementos de una lista o contando elementos con reglas personalizadas, esta funci\u00f3n puede hacer tu trabajo m\u00e1s r\u00e1pido y sin necesidad de largas f\u00f3rmulas.<\/p>\n<p>En este art\u00edculo, exploraremos <strong>qu\u00e9 es la funci\u00f3n REDUCIR<\/strong>, su sintaxis y <strong>tres ejemplos pr\u00e1cticos<\/strong> para entender su uso en situaciones reales. \u00a1Vamos a descubrir c\u00f3mo optimizar el an\u00e1lisis de datos en Excel!<\/p>\n<p>&nbsp;<\/p>\n<h2>\u00bfQU\u00c9 ES LA FUNCI\u00d3N REDUCIR?<\/h2>\n<p>La funci\u00f3n <strong>REDUCIR<\/strong> en Excel permite reducir una matriz a un \u00fanico valor utilizando una operaci\u00f3n acumulativa definida por el usuario. Es especialmente \u00fatil cuando se desea realizar c\u00e1lculos iterativos sobre un conjunto de datos sin necesidad de usar f\u00f3rmulas complejas o m\u00faltiples funciones auxiliares.<\/p>\n<p><strong>\u00a0<\/strong><\/p>\n<h2>SINTAXIS DE LA FUNCI\u00d3N REDUCIR<\/h2>\n<pre><strong>=REDUCIR(valor_inicial, matriz, funci\u00f3n_lam)<\/strong><\/pre>\n<p><strong>\u00a0<\/strong><\/p>\n<h2>ARGUMENTOS DE LA FUNCI\u00d3N REDUCIR<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-18567 \" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-1.png\" alt=\"Funci\u00f3n REDUCIR en Excel\" width=\"794\" height=\"354\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-1.png 841w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-1-768x342.png 768w\" sizes=\"auto, (max-width: 794px) 100vw, 794px\" \/><\/p>\n<ul>\n<li><strong>valor_inicial:<\/strong> El valor desde el cual se inicia la operaci\u00f3n acumulativa.<\/li>\n<li><strong>matriz:<\/strong> La matriz o rango de datos sobre los cuales se aplicar\u00e1 la reducci\u00f3n.<\/li>\n<li><strong>funci\u00f3n_lam:<\/strong> Una funci\u00f3n personalizada que define c\u00f3mo se reducir\u00e1 la matriz paso a paso.<\/li>\n<\/ul>\n<p><strong>\u00a0<\/strong><\/p>\n<h3>EJEMPLOS PR\u00c1CTICOS DE LA FUNCI\u00d3N REDUCIR<\/h3>\n<h4><strong>EJEMPLO 1: SUMAR LOS VALORES CUADRADOS<\/strong><\/h4>\n<p>Supongamos que tenemos la siguiente tabla con una lista de n\u00fameros:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18568 alignnone\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-2.png\" alt=\"\" width=\"335\" height=\"111\" \/><\/p>\n<p>Queremos calcular la suma de los cuadrados de estos n\u00fameros.<\/p>\n<p><span style=\"color: #136e42;\"><strong>F\u00f3rmula en Excel:<\/strong><\/span><\/p>\n<pre><strong>=REDUCE(0; A1:C2;LAMBDA(a;b;a+b^2))<\/strong><\/pre>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>Explicaci\u00f3n:<\/strong><\/span><\/p>\n<ol>\n<li>Se inicia con un <strong>valor inicial de 0<\/strong>.<\/li>\n<li>Se recorre cada celda del rango <strong data-start=\"103\" data-end=\"112\">A1:C2<\/strong>, elevando su valor al cuadrado y sum\u00e1ndolo al acumulador (<strong data-start=\"171\" data-end=\"176\">a<\/strong>).Para cada n\u00famero en la columna A, se eleva al cuadrado y se acumula en el resultado final.<\/li>\n<\/ol>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>Resultado:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18569\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-3.png\" alt=\"Funci\u00f3n REDUCIR\" width=\"670\" height=\"219\" \/><\/p>\n<p data-start=\"182\" data-end=\"250\"><strong>El c\u00e1lculo es:<\/strong><br data-start=\"196\" data-end=\"199\" \/><span class=\"katex\"><span class=\"katex-mathml\">0+12+22+32+42+52+62=910 + 1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2 = 91<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord\">0<\/span><span class=\"mbin\">+<\/span><\/span><span class=\"base\"><span class=\"mord\">1<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mbin\">+<\/span><\/span><span class=\"base\"><span class=\"mord\">2<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mbin\">+<\/span><\/span><span class=\"base\"><span class=\"mord\">3<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mbin\">+<\/span><\/span><span class=\"base\"><span class=\"mord\">4<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mbin\">+<\/span><\/span><span class=\"base\"><span class=\"mord\">5<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mbin\">+<\/span><\/span><span class=\"base\"><span class=\"mord\">6<span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\"><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\">2<\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mrel\">=<\/span><\/span><span class=\"base\"><span class=\"mord\">91<\/span><\/span><\/span><\/span>.<\/p>\n<p data-start=\"252\" data-end=\"290\" data-is-last-node=\"\">Por eso, el resultado final es <strong data-start=\"283\" data-end=\"289\">91<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<h4><strong>EJEMPLO 2: MULTIPLICAR SOLO LOS VALORES MAYORES QUE 50<\/strong><\/h4>\n<p>Supongamos que tenemos una tabla con valores de ventas:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18570\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-4.png\" alt=\"\" width=\"215\" height=\"354\" \/><\/p>\n<p>Queremos multiplicar solo los valores que sean <strong>mayores que 50<\/strong>.<\/p>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>F\u00f3rmula en Excel:<\/strong><\/span><\/p>\n<pre><strong>=REDUCE(1;Tabla3[N\u00fameros];LAMBDA(a;b;SI(b&gt;50;a*b;a)))<\/strong><\/pre>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>Explicaci\u00f3n:<\/strong><\/span><\/p>\n<ol>\n<li>Se inicia con un <strong>valor inicial de 1<\/strong> para la multiplicaci\u00f3n.<\/li>\n<li><strong style=\"font-size: inherit;\" data-start=\"200\" data-end=\"222\">Recorre cada valor<\/strong><span style=\"font-size: inherit;\"> en la columna <\/span><strong style=\"font-size: inherit;\" data-start=\"237\" data-end=\"248\">N\u00fameros<\/strong><span style=\"font-size: inherit;\">.<\/span><\/li>\n<li><strong style=\"font-size: inherit;\" data-start=\"255\" data-end=\"285\">Si el n\u00famero es mayor a 50<\/strong><span style=\"font-size: inherit;\">, lo multiplica por el acumulador (<\/span><strong style=\"font-size: inherit;\" data-start=\"320\" data-end=\"325\">a<\/strong><span style=\"font-size: inherit;\">).<\/span><\/li>\n<li><strong style=\"font-size: inherit;\" data-start=\"333\" data-end=\"363\">Si el n\u00famero es 50 o menor<\/strong><span style=\"font-size: inherit;\">, lo ignora y mantiene el acumulador igual.<\/span><\/li>\n<\/ol>\n<p><span style=\"color: #136e42;\"><strong>Resultado:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18571\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-5.png\" alt=\"Funci\u00f3n REDUCIR\" width=\"670\" height=\"301\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-5.png 869w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-5-768x345.png 768w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" \/><\/p>\n<p data-start=\"410\" data-end=\"470\"><strong>El c\u00e1lculo es:<\/strong><br data-start=\"418\" data-end=\"421\" \/><span class=\"katex\"><span class=\"katex-mathml\">1\u00d777\u00d756\u00d778=3363361 \\times 77 \\times 56 \\times 78 = 336336<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord\">1<\/span><span class=\"mbin\">\u00d7<\/span><\/span><span class=\"base\"><span class=\"mord\">77<\/span><span class=\"mbin\">\u00d7<\/span><\/span><span class=\"base\"><span class=\"mord\">56<\/span><span class=\"mbin\">\u00d7<\/span><\/span><span class=\"base\"><span class=\"mord\">78<\/span><span class=\"mrel\">=<\/span><\/span><span class=\"base\"><span class=\"mord\">336336<\/span><\/span><\/span><\/span>.<\/p>\n<p data-start=\"472\" data-end=\"514\" data-is-last-node=\"\">Por eso, el resultado final es <strong data-start=\"503\" data-end=\"513\">336336<\/strong>.<\/p>\n<h4><strong>EJEMPLO 3: CONTAR SOLO VALORES PARES<\/strong><\/h4>\n<p>Tenemos una lista de n\u00fameros y queremos contar cu\u00e1ntos son pares:<\/p>\n<p><strong> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18572\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-6.png\" alt=\"\" width=\"215\" height=\"288\" \/><\/strong><\/p>\n<p><span style=\"color: #136e42;\"><strong>F\u00f3rmula en Excel:<\/strong><\/span><\/p>\n<pre><strong>=REDUCE(0;Tabla3[N\u00fameros];LAMBDA(a;n;SI(ES.PAR(n);1+a;a)))<\/strong><\/pre>\n<p><strong>\u00a0<\/strong><span style=\"color: #136e42;\"><strong>Explicaci\u00f3n:<\/strong><\/span><\/p>\n<ol>\n<li>Se inicia con <strong>0<\/strong> como contador.<\/li>\n<li data-start=\"161\" data-end=\"183\"><strong data-start=\"187\" data-end=\"209\">Recorre cada valor<\/strong> de la columna.<\/li>\n<li data-start=\"227\" data-end=\"280\"><strong data-start=\"230\" data-end=\"253\">Si el n\u00famero es par<\/strong>, suma <strong data-start=\"260\" data-end=\"265\">1<\/strong> al contador.<\/li>\n<li data-start=\"281\" data-end=\"332\"><strong data-start=\"284\" data-end=\"299\">Si es impar<\/strong>, mantiene el acumulador igual.<\/li>\n<\/ol>\n<p><strong>\u00a0<\/strong><strong style=\"font-size: inherit;\">\u00a0<\/strong><span style=\"color: #136e42;\"><strong>Resultado:<\/strong><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-18574\" src=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-7.png\" alt=\"Funci\u00f3n REDUCIR\" width=\"670\" height=\"292\" srcset=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-7.png 907w, https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/Reducir-7-768x334.png 768w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" \/><\/p>\n<p data-start=\"334\" data-end=\"348\"><strong>El c\u00e1lculo es:<\/strong><\/p>\n<ul>\n<li>24 (par) \u2192 +1<\/li>\n<li>100 (par) \u2192 +1<\/li>\n<li>97 (impar) \u2192 0<\/li>\n<li>11 (impar) \u2192 0<\/li>\n<li>37 (impar) \u2192 0<\/li>\n<li>42 (par) \u2192 +1<\/li>\n<li>76 (par) \u2192 +1<\/li>\n<li>66 (par) \u2192 +1<\/li>\n<li>4 (par) \u2192 +1<\/li>\n<li>62 (par) \u2192 +1<\/li>\n<\/ul>\n<p data-start=\"349\" data-end=\"426\">El resultado final es <strong data-start=\"181\" data-end=\"186\">7<\/strong>, ya que la funci\u00f3n suma <strong data-start=\"211\" data-end=\"216\">1<\/strong> por cada n\u00famero par encontrado.<\/p>\n<h2>BENEFICIOS DE USAR LA FUNCI\u00d3N REDUCIR EN EXCEL<\/h2>\n<ul>\n<li>\u2705 Permite realizar c\u00e1lculos acumulativos sin necesidad de bucles.<\/li>\n<li>\u2705 Mejora la legibilidad y simplificaci\u00f3n de f\u00f3rmulas.<\/li>\n<li>\u2705 Se puede personalizar para distintos tipos de c\u00e1lculos.<\/li>\n<\/ul>\n<p><strong>\u00a0<\/strong><\/p>\n<h2>PREGUNTAS FRECUENTES (FAQ)<\/h2>\n<p><strong>1. \u00bfCU\u00c1NDO DEBER\u00cdA USAR LA FUNCI\u00d3N REDUCIR?<\/strong><\/p>\n<ul>\n<li>Cuando necesites realizar c\u00e1lculos acumulativos en una matriz, como sumas, multiplicaciones condicionales o contar elementos con criterios espec\u00edficos.<\/li>\n<\/ul>\n<p><strong>2. \u00bfES COMPATIBLE CON TODAS LAS VERSIONES DE EXCEL?<\/strong><\/p>\n<ul>\n<li>No, la funci\u00f3n REDUCIR est\u00e1 disponible solo en <strong>Excel 365 y Excel 2021<\/strong>.<\/li>\n<\/ul>\n<p><strong>3. \u00bfQU\u00c9 PASA SI LA MATRIZ EST\u00c1 VAC\u00cdA?<\/strong><\/p>\n<ul>\n<li>Si la matriz est\u00e1 vac\u00eda, la funci\u00f3n devuelve el <strong>valor inicial<\/strong> como resultado.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>CONCLUSI\u00d3N<\/h2>\n<p>La funci\u00f3n <strong>REDUCIR<\/strong> en Excel es una herramienta poderosa para reducir matrices a valores \u00fanicos mediante operaciones acumulativas. Con ejemplos pr\u00e1cticos como <strong>sumar cuadrados, multiplicar con condiciones y contar valores espec\u00edficos<\/strong>, podemos ver su utilidad en distintos escenarios.<\/p>\n<p>Al integrar esta funci\u00f3n en tus hojas de c\u00e1lculo, puedes simplificar c\u00e1lculos y optimizar an\u00e1lisis de datos de manera eficiente.<\/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; Excel es una herramienta &#8230; <a title=\"DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO\" class=\"read-more\" href=\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/\" aria-label=\"Leer m\u00e1s sobre DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO\">Leer m\u00e1s<\/a><\/p>\n","protected":false},"author":3,"featured_media":18576,"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,568],"tags":[738,868,1034,1030,1129,1130],"class_list":["post-18477","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel","category-excel-intermedio","category-funciones-especiales","category-funciones-logicas","tag-excel-365","tag-formula-en-excel","tag-formulas-de-matriz-dinamicas","tag-formulas-y-funciones","tag-reduce","tag-reducir","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 REDUCIR: ACUMULAR VALORES DE UNA MATRIZ DE FORMA EFICIENTE<\/title>\n<meta name=\"description\" content=\"Aprende a usar la funci\u00f3n REDUCIR en Excel para reducir matrices con operaciones acumulativas c\u00f3mo sumar, multiplicar y contar valores.\" \/>\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-reducir-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 REDUCIR: ACUMULAR VALORES DE UNA MATRIZ DE FORMA EFICIENTE\" \/>\n<meta property=\"og:description\" content=\"Aprende a usar la funci\u00f3n REDUCIR en Excel para reducir matrices con operaciones acumulativas c\u00f3mo sumar, multiplicar y contar valores.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/excelfull.com\/excel\/funcion-reducir-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-07T09:30:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-16T21:24:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.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=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/\"},\"author\":{\"name\":\"Excelfull\",\"@id\":\"https:\/\/excelfull.com\/excel\/#\/schema\/person\/8f7a28824a9700f3f823e56071d1f801\"},\"headline\":\"DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO\",\"datePublished\":\"2025-02-07T09:30:19+00:00\",\"dateModified\":\"2025-02-16T21:24:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/\"},\"wordCount\":750,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#organization\"},\"image\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png\",\"keywords\":[\"Excel 365\",\"f\u00f3rmula en Excel\",\"f\u00f3rmulas de matriz din\u00e1micas\",\"f\u00f3rmulas y funciones\",\"reduce\",\"reducir\"],\"articleSection\":[\"Excel\",\"Excel Intermedio\",\"Funciones Especiales\",\"L\u00f3gicas\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/\",\"url\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/\",\"name\":\"FUNCI\u00d3N REDUCIR: ACUMULAR VALORES DE UNA MATRIZ DE FORMA EFICIENTE\",\"isPartOf\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png\",\"datePublished\":\"2025-02-07T09:30:19+00:00\",\"dateModified\":\"2025-02-16T21:24:45+00:00\",\"description\":\"Aprende a usar la funci\u00f3n REDUCIR en Excel para reducir matrices con operaciones acumulativas c\u00f3mo sumar, multiplicar y contar valores.\",\"breadcrumb\":{\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage\",\"url\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png\",\"contentUrl\":\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png\",\"width\":1280,\"height\":720,\"caption\":\"DESCUBRE LA FUNCI\u00d3N REDUCIR EN EXCEL\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/excelfull.com\/excel\/funcion-reducir-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\":\"L\u00f3gicas\",\"item\":\"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/funciones-especiales\/funciones-logicas\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO\"}]},{\"@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 REDUCIR: ACUMULAR VALORES DE UNA MATRIZ DE FORMA EFICIENTE","description":"Aprende a usar la funci\u00f3n REDUCIR en Excel para reducir matrices con operaciones acumulativas c\u00f3mo sumar, multiplicar y contar valores.","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-reducir-en-excel\/","og_locale":"es_ES","og_type":"article","og_title":"FUNCI\u00d3N REDUCIR: ACUMULAR VALORES DE UNA MATRIZ DE FORMA EFICIENTE","og_description":"Aprende a usar la funci\u00f3n REDUCIR en Excel para reducir matrices con operaciones acumulativas c\u00f3mo sumar, multiplicar y contar valores.","og_url":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/","og_site_name":"Blog de Excelfull","article_publisher":"https:\/\/www.facebook.com\/excelfull7","article_published_time":"2025-02-07T09:30:19+00:00","article_modified_time":"2025-02-16T21:24:45+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png","type":"image\/png"}],"author":"Excelfull","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Excelfull","Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#article","isPartOf":{"@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/"},"author":{"name":"Excelfull","@id":"https:\/\/excelfull.com\/excel\/#\/schema\/person\/8f7a28824a9700f3f823e56071d1f801"},"headline":"DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO","datePublished":"2025-02-07T09:30:19+00:00","dateModified":"2025-02-16T21:24:45+00:00","mainEntityOfPage":{"@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/"},"wordCount":750,"commentCount":0,"publisher":{"@id":"https:\/\/excelfull.com\/excel\/#organization"},"image":{"@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png","keywords":["Excel 365","f\u00f3rmula en Excel","f\u00f3rmulas de matriz din\u00e1micas","f\u00f3rmulas y funciones","reduce","reducir"],"articleSection":["Excel","Excel Intermedio","Funciones Especiales","L\u00f3gicas"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/","url":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/","name":"FUNCI\u00d3N REDUCIR: ACUMULAR VALORES DE UNA MATRIZ DE FORMA EFICIENTE","isPartOf":{"@id":"https:\/\/excelfull.com\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage"},"image":{"@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png","datePublished":"2025-02-07T09:30:19+00:00","dateModified":"2025-02-16T21:24:45+00:00","description":"Aprende a usar la funci\u00f3n REDUCIR en Excel para reducir matrices con operaciones acumulativas c\u00f3mo sumar, multiplicar y contar valores.","breadcrumb":{"@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-en-excel\/#primaryimage","url":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png","contentUrl":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2025\/02\/DESCUBRE-LA-FUNCION-REDUCIR.png","width":1280,"height":720,"caption":"DESCUBRE LA FUNCI\u00d3N REDUCIR EN EXCEL"},{"@type":"BreadcrumbList","@id":"https:\/\/excelfull.com\/excel\/funcion-reducir-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":"L\u00f3gicas","item":"https:\/\/excelfull.com\/excel\/excel\/curso-de-excel\/excel-intermedio\/funciones-especiales\/funciones-logicas\/"},{"@type":"ListItem","position":6,"name":"DESCUBRE LA FUNCI\u00d3N REDUCIR: LA CLAVE PARA RESUMIR DATOS EN EXCEL COMO UN EXPERTO"}]},{"@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\/18477","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=18477"}],"version-history":[{"count":6,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/18477\/revisions"}],"predecessor-version":[{"id":18577,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/18477\/revisions\/18577"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/media\/18576"}],"wp:attachment":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/media?parent=18477"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/categories?post=18477"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/tags?post=18477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}