{"id":1759,"date":"2016-11-01T21:08:55","date_gmt":"2016-11-01T21:08:55","guid":{"rendered":"http:\/\/excelfull.com\/?p=1759"},"modified":"2025-01-21T17:19:09","modified_gmt":"2025-01-21T20:19:09","slug":"la-funcion-suma-en-excel","status":"publish","type":"post","link":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/","title":{"rendered":"LA FUNCI\u00d3N SUMA EN EXCEL"},"content":{"rendered":"<p>La funci\u00f3n <strong>SUMA<\/strong> la puedes usar para agregar valores. Puedes sumar valores individuales, referencias o rangos de celdas, o una combinaci\u00f3n de estos elementos.<\/p>\n<p>Por ejemplo:<\/p><div id=\"excel-10621176\" 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<pre><strong>=SUMA(A2:A10) <\/strong><\/pre>\n<p>suma los valores de las celdas A2 a A10.<\/p>\n<pre><strong>=SUMA(A2:A10, C2:C10) <\/strong><\/pre>\n<p>suma los valores de las celdas A2 a A10 y de las celdas C2 a C10.<\/p>\n<p>&nbsp;<\/p>\n<h2>SINTAXIS DE LA FUNCI\u00d3N SUMA<\/h2>\n<pre><strong>=SUMA(n\u00famero1, [n\u00famero2], ...)\r\n<\/strong>\r\n\r\n<\/pre>\n<h2>ARGUMENTOS DE LA FUNCI\u00d3N SUMA<\/h2>\n<p>&nbsp;<\/p>\n<h2>PR\u00c1CTICAS RECOMENDADAS PARA USAR LA FUNCI\u00d3N SUMA<\/h2>\n<p>A continuaci\u00f3n, se presentan algunas pr\u00e1cticas recomendadas para trabajar con la funci\u00f3n <strong>SUMA<\/strong> en Excel. Muchas de estas sugerencias tambi\u00e9n son \u00fatiles para otras funciones.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>EVITAR EL M\u00c9TODO =1+2 O =A1+B1<\/strong><\/p>\n<p>Aunque es posible escribir f\u00f3rmulas como =1+2+3 o =A1+B1+C1 para obtener resultados correctos, este enfoque puede ser problem\u00e1tico por varias razones:<\/p>\n<ol>\n<li><strong>Errores de escritura<\/strong><br \/>\nEscribir valores largos o numerosos directamente en la f\u00f3rmula aumenta las probabilidades de cometer errores. Por ejemplo:<\/li>\n<\/ol>\n<p>=14598,93+65437,90+78496,23<\/p>\n<p>Validar estas entradas se vuelve dif\u00edcil. En su lugar, es mejor colocar estos valores en celdas individuales y usar una f\u00f3rmula como =SUMA(A1:A3). Esto no solo facilita la revisi\u00f3n, sino que tambi\u00e9n permite aplicar formato a las celdas, mejorando la legibilidad.<\/p>\n<ol start=\"2\">\n<li><strong>Errores #\u00a1VALOR! al referenciar texto<\/strong><br \/>\nSi utilizas una f\u00f3rmula como =A1+B1+C1 y alguna celda contiene texto en lugar de un n\u00famero, se generar\u00e1 un error <strong>#\u00a1VALOR!<\/strong>. La funci\u00f3n <strong>SUMA<\/strong>, en cambio, ignora autom\u00e1ticamente los valores no num\u00e9ricos, devolviendo solo la suma de los n\u00fameros.<\/li>\n<li><strong>Errores #\u00a1REF! al eliminar filas o columnas<\/strong><br \/>\nSi eliminas una fila o columna referenciada en la f\u00f3rmula, se generar\u00e1 el error <strong>#\u00a1REF!<\/strong>. Sin embargo, <strong>SUMA<\/strong> ajusta el rango autom\u00e1ticamente, evitando errores y manteniendo la f\u00f3rmula funcional.<\/li>\n<li><strong>Falta de actualizaci\u00f3n al insertar filas o columnas<\/strong><br \/>\nEn f\u00f3rmulas como =A1+B1+C1, insertar una fila o columna no actualiza autom\u00e1ticamente las referencias, lo que puede causar resultados incompletos. <strong>SUMA<\/strong>, por su parte, actualiza autom\u00e1ticamente su rango (siempre que las celdas insertadas est\u00e9n dentro del rango definido).<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><strong>USAR REFERENCIAS DE RANGO EN LUGAR DE CELDAS INDIVIDUALES<\/strong><\/p>\n<p>En lugar de usar f\u00f3rmulas como:<\/p>\n<p>=SUMA(A1,A2,A3,B1,B2,B3)<\/p>\n<p>Es m\u00e1s eficiente y menos propenso a errores utilizar rangos:<\/p>\n<p>=SUMA(A1:A3,B1:B3)<\/p>\n<p>Esto asegura que las inserciones o eliminaciones de filas o columnas se reflejen autom\u00e1ticamente en la f\u00f3rmula.<\/p>\n<p>&nbsp;<\/p>\n<h2>EJEMPLOS PR\u00c1CTICOS<\/h2>\n<p><strong>EJEMPLO 1: SUMAR VENTAS DE UNA REGI\u00d3N<\/strong><\/p>\n<p>Supongamos que tienes las siguientes ventas por regi\u00f3n:<\/p>\n<table>\n<thead>\n<tr>\n<td><strong>Regi\u00f3n<\/strong><\/td>\n<td><strong>Ventas<\/strong><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Norte<\/td>\n<td>5000<\/td>\n<\/tr>\n<tr>\n<td>Sur<\/td>\n<td>3000<\/td>\n<\/tr>\n<tr>\n<td>Este<\/td>\n<td>4000<\/td>\n<\/tr>\n<tr>\n<td>Oeste<\/td>\n<td>2000<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Para calcular el total de ventas, usa:<\/p>\n<p>=SUMA(B2:B5)<\/p>\n<p><strong>EJEMPLO 2: SUMAR SOLO CELDAS VISIBLES<\/strong><\/p>\n<p>Si filtras las ventas para mostrar solo dos regiones, puedes usar:<\/p>\n<p>=SUBTOTALES(109, B2:B5)<\/p>\n<p>Esto suma \u00fanicamente las celdas visibles despu\u00e9s de aplicar el filtro.<\/p>\n<p><strong>EJEMPLO 3: SUMAR CON CONDICIONES<\/strong><\/p>\n<p>Para sumar \u00fanicamente las ventas del norte y del este, utiliza:<\/p>\n<p>=SUMAR.SI(A2:A5, \u00abNorte\u00bb, B2:B5) + SUMAR.SI(A2:A5, \u00abEste\u00bb, B2:B5)<\/p>\n<h2>FAQ SOBRE LA FUNCI\u00d3N SUMAR ESPUESTAS A PREGUNTAS FRECUENTES<\/h2>\n<p><strong>1. \u00bfC\u00f3mo sumar o restar horas en Excel?<\/strong><\/p>\n<ul>\n<li>Puedes calcular la diferencia entre dos horas utilizando f\u00f3rmulas simples. Por ejemplo:<\/li>\n<\/ul>\n<p>=(\u00ab12:00 PM\u00bb-\u00ab8:00 AM\u00bb)*24<\/p>\n<p>Esta f\u00f3rmula devuelve la cantidad de horas entre las dos horas especificadas. Multiplicar por 24 es necesario porque Excel maneja las horas como fracciones de un d\u00eda. Para c\u00e1lculos m\u00e1s complejos, como descontar un tiempo de comida, puedes usar una f\u00f3rmula como:<\/p>\n<p>=((B2-A2)+(D2-C2))*24<\/p>\n<p><strong>2. \u00bfC\u00f3mo sumar solo las celdas visibles?<\/strong><\/p>\n<ul>\n<li>Si tienes filas ocultas o est\u00e1s usando un filtro, puedes sumar \u00fanicamente las celdas visibles con la funci\u00f3n <strong>SUBTOTALES<\/strong>. Por ejemplo:<\/li>\n<\/ul>\n<p>=SUBTOTALES(109, A1:A10)<\/p>\n<p>El n\u00famero <strong>109<\/strong> indica que deseas sumar ignorando las celdas ocultas.<\/p>\n<p><strong>3. \u00bfC\u00f3mo ajustar las posiciones decimales?<\/strong><\/p>\n<ul>\n<li>Puedes cambiar el n\u00famero de decimales seleccionando las celdas, usando <strong>Ctrl+1<\/strong> y ajustando el formato en la pesta\u00f1a <strong>N\u00famero<\/strong>.<\/li>\n<\/ul>\n<p><strong>4. \u00bfC\u00f3mo usar Excel como una calculadora b\u00e1sica?<\/strong><\/p>\n<ul>\n<li>Para realizar operaciones r\u00e1pidas, puedes escribir directamente f\u00f3rmulas simples como =5+3 o =A1*B1. Consulta recursos sobre matem\u00e1ticas b\u00e1sicas en Excel para aprender m\u00e1s.<\/li>\n<\/ul>\n<h2>CONSEJO FINAL<\/h2>\n<p>Adoptar las mejores pr\u00e1cticas para usar <strong>SUMA<\/strong> te ayudar\u00e1 a evitar errores comunes y simplificar tus c\u00e1lculos en Excel. Desde manejar rangos din\u00e1micos hasta trabajar con celdas visibles, esta funci\u00f3n es una herramienta fundamental para cualquier usuario de Excel. Aseg\u00farate de explorar funciones complementarias como <strong>SUBTOTALES<\/strong> o <strong>SUMAR.SI<\/strong> para maximizar su potencial.<\/p>\n<h2>MIRA Y APRENDE<\/h2>\n<p><iframe loading=\"lazy\" title=\"SUMAR\" src=\"https:\/\/player.vimeo.com\/video\/1048562155?h=d89c9529c1&amp;dnt=1&amp;app_id=122963\" width=\"1200\" height=\"675\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"><\/iframe><\/p>\n<p>&nbsp;<\/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>La funci\u00f3n SUMA la puedes &#8230; <a title=\"LA FUNCI\u00d3N SUMA EN EXCEL\" class=\"read-more\" href=\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/\" aria-label=\"Leer m\u00e1s sobre LA FUNCI\u00d3N SUMA EN EXCEL\">Leer m\u00e1s<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","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,567],"tags":[482],"class_list":["post-1759","post","type-post","status-publish","format-standard","hentry","category-excel","category-excel-intermedio","category-funciones-especiales","category-funciones-matematicas-y-trigonometricas","tag-sumar-en-excel","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>LA FUNCI\u00d3N SUMA EN EXCEL: pasos para realizar una Operaci\u00f3n B\u00e1sica<\/title>\n<meta name=\"description\" content=\"Descubre la funci\u00f3n SUMA en Excel para simplificar tus c\u00e1lculos y evitar errores. Aprende t\u00e9cnicas clave y optimiza tus hojas de c\u00e1lculo.\" \/>\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\/la-funcion-suma-en-excel\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LA FUNCI\u00d3N SUMA EN EXCEL: pasos para realizar una Operaci\u00f3n B\u00e1sica\" \/>\n<meta property=\"og:description\" content=\"Descubre la funci\u00f3n SUMA en Excel para simplificar tus c\u00e1lculos y evitar errores. Aprende t\u00e9cnicas clave y optimiza tus hojas de c\u00e1lculo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/excelfull.com\/excel\/la-funcion-suma-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=\"2016-11-01T21:08:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-21T20:19:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2022\/08\/Logo-excelfull.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1342\" \/>\n\t<meta property=\"og:image:height\" content=\"341\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"SuperAdmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"SuperAdmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/\"},\"author\":{\"name\":\"SuperAdmin\",\"@id\":\"https:\/\/excelfull.com\/excel\/#\/schema\/person\/4893acb41c2a8ba9fc8f04a8ffbc7b28\"},\"headline\":\"LA FUNCI\u00d3N SUMA EN EXCEL\",\"datePublished\":\"2016-11-01T21:08:55+00:00\",\"dateModified\":\"2025-01-21T20:19:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/\"},\"wordCount\":814,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#organization\"},\"keywords\":[\"sumar en excel\"],\"articleSection\":[\"Excel\",\"Excel Intermedio\",\"Funciones Especiales\",\"Matem\u00e1ticas y Trigonom\u00e9tricas\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/\",\"url\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/\",\"name\":\"LA FUNCI\u00d3N SUMA EN EXCEL: pasos para realizar una Operaci\u00f3n B\u00e1sica\",\"isPartOf\":{\"@id\":\"https:\/\/excelfull.com\/excel\/#website\"},\"datePublished\":\"2016-11-01T21:08:55+00:00\",\"dateModified\":\"2025-01-21T20:19:09+00:00\",\"description\":\"Descubre la funci\u00f3n SUMA en Excel para simplificar tus c\u00e1lculos y evitar errores. Aprende t\u00e9cnicas clave y optimiza tus hojas de c\u00e1lculo.\",\"breadcrumb\":{\"@id\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/excelfull.com\/excel\/la-funcion-suma-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\":\"LA FUNCI\u00d3N SUMA EN EXCEL\"}]},{\"@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\/4893acb41c2a8ba9fc8f04a8ffbc7b28\",\"name\":\"SuperAdmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/d13c7220c0a81d099af05cde844cc6217768dafc4cebc6381ed2dbd5946fbbc9?s=96&d=identicon&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d13c7220c0a81d099af05cde844cc6217768dafc4cebc6381ed2dbd5946fbbc9?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d13c7220c0a81d099af05cde844cc6217768dafc4cebc6381ed2dbd5946fbbc9?s=96&d=identicon&r=g\",\"caption\":\"SuperAdmin\"},\"sameAs\":[\"https:\/\/excelfull.com\/excel\"],\"url\":\"https:\/\/excelfull.com\/excel\/author\/superadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LA FUNCI\u00d3N SUMA EN EXCEL: pasos para realizar una Operaci\u00f3n B\u00e1sica","description":"Descubre la funci\u00f3n SUMA en Excel para simplificar tus c\u00e1lculos y evitar errores. Aprende t\u00e9cnicas clave y optimiza tus hojas de c\u00e1lculo.","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\/la-funcion-suma-en-excel\/","og_locale":"es_ES","og_type":"article","og_title":"LA FUNCI\u00d3N SUMA EN EXCEL: pasos para realizar una Operaci\u00f3n B\u00e1sica","og_description":"Descubre la funci\u00f3n SUMA en Excel para simplificar tus c\u00e1lculos y evitar errores. Aprende t\u00e9cnicas clave y optimiza tus hojas de c\u00e1lculo.","og_url":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/","og_site_name":"Blog de Excelfull","article_publisher":"https:\/\/www.facebook.com\/excelfull7","article_published_time":"2016-11-01T21:08:55+00:00","article_modified_time":"2025-01-21T20:19:09+00:00","og_image":[{"width":1342,"height":341,"url":"https:\/\/excelfull.com\/excel\/wp-content\/uploads\/2022\/08\/Logo-excelfull.png","type":"image\/png"}],"author":"SuperAdmin","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"SuperAdmin","Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/#article","isPartOf":{"@id":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/"},"author":{"name":"SuperAdmin","@id":"https:\/\/excelfull.com\/excel\/#\/schema\/person\/4893acb41c2a8ba9fc8f04a8ffbc7b28"},"headline":"LA FUNCI\u00d3N SUMA EN EXCEL","datePublished":"2016-11-01T21:08:55+00:00","dateModified":"2025-01-21T20:19:09+00:00","mainEntityOfPage":{"@id":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/"},"wordCount":814,"commentCount":1,"publisher":{"@id":"https:\/\/excelfull.com\/excel\/#organization"},"keywords":["sumar en excel"],"articleSection":["Excel","Excel Intermedio","Funciones Especiales","Matem\u00e1ticas y Trigonom\u00e9tricas"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/","url":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/","name":"LA FUNCI\u00d3N SUMA EN EXCEL: pasos para realizar una Operaci\u00f3n B\u00e1sica","isPartOf":{"@id":"https:\/\/excelfull.com\/excel\/#website"},"datePublished":"2016-11-01T21:08:55+00:00","dateModified":"2025-01-21T20:19:09+00:00","description":"Descubre la funci\u00f3n SUMA en Excel para simplificar tus c\u00e1lculos y evitar errores. Aprende t\u00e9cnicas clave y optimiza tus hojas de c\u00e1lculo.","breadcrumb":{"@id":"https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/excelfull.com\/excel\/la-funcion-suma-en-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/excelfull.com\/excel\/la-funcion-suma-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":"LA FUNCI\u00d3N SUMA EN EXCEL"}]},{"@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\/4893acb41c2a8ba9fc8f04a8ffbc7b28","name":"SuperAdmin","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/d13c7220c0a81d099af05cde844cc6217768dafc4cebc6381ed2dbd5946fbbc9?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d13c7220c0a81d099af05cde844cc6217768dafc4cebc6381ed2dbd5946fbbc9?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d13c7220c0a81d099af05cde844cc6217768dafc4cebc6381ed2dbd5946fbbc9?s=96&d=identicon&r=g","caption":"SuperAdmin"},"sameAs":["https:\/\/excelfull.com\/excel"],"url":"https:\/\/excelfull.com\/excel\/author\/superadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/1759","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/comments?post=1759"}],"version-history":[{"count":4,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/1759\/revisions"}],"predecessor-version":[{"id":18182,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/posts\/1759\/revisions\/18182"}],"wp:attachment":[{"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/media?parent=1759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/categories?post=1759"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/excelfull.com\/excel\/wp-json\/wp\/v2\/tags?post=1759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}