{"id":17639,"date":"2015-02-06T14:31:04","date_gmt":"2015-02-06T20:31:04","guid":{"rendered":"http:\/\/aplicaexcelcontable.com\/blog\/?p=17639"},"modified":"2024-12-29T21:43:39","modified_gmt":"2024-12-30T03:43:39","slug":"funcion-elegir-de-excel","status":"publish","type":"post","link":"https:\/\/aplicaexcelcontable.com\/blog\/funcion-elegir-de-excel.html","title":{"rendered":"Como Aplicar la Funci\u00f3n ELEGIR Excel"},"content":{"rendered":"<h1 style=\"text-align: center;\">Como aplicar la Funci\u00f3n ELEGIR de Excel<\/h1>\n<p style=\"\">Listo para conocer la sintaxis y aprender a utilizar la Funci\u00f3n ELEGIR de Excel?<\/p>\n<p style=\"\">Estas preparado para crear un Libro de Excel de Calificaciones u otro libro con varias condiciones y resultados.<\/p>\n<p style=\"\">La mayor\u00eda de los usuarios Excel se acostumbran escribir extensas formulas Excel con la funci\u00f3n \u00abSI\u00bb.<\/p>\n<p style=\"\">Hola Soy <strong>Roger Perez<\/strong> y hoy voy a compartir contigo, como aplicar la Funci\u00f3n ELEGIR de Excel, es decir, vamos a ver c\u00f3mo convertir las extensas y largas formulas creadas con la Funci\u00f3n \u201cSI\u201d, a una simple formula Excel con la funci\u00f3n ELEGIR.<\/p>\n<p style=\"\">En este articulo vamos a ver:<\/p>\n<ul>\n<li style=\"\"><span>La sintaxis de la Funci\u00f3n ELEGIR de Excel<\/span><\/li>\n<li style=\"\"><span>Ejemplo comparaci\u00f3n de Formulas Excel extensas con la funci\u00f3n (SI)<\/span><\/li>\n<li style=\"\"><span>Ejemplo de como aplicar la Funci\u00f3n elegir de Excel a un cuadro de calificaciones.<\/span><\/li>\n<\/ul>\n<h2 style=\"text-align: center;\">La sintaxis de la Funci\u00f3n ELEGIR de Excel<\/h2>\n<p style=\"\">Antes de compartirte el ejemplo paso a paso en Excel, vamos a conocer la sintaxis de la Formula Excel ELEGIR: <strong>= ELEGIR (NUM_INDICE; VALOR1; [VALOR2] ;\u2026.)<\/strong>.<\/p>\n<p><span><img decoding=\"async\" alt=\"Funci\u00f3n ELEGIR\" data-id=\"58635\" width=\"403\" data-init-width=\"403\" height=\"131\" data-init-height=\"131\" title=\"Sintaxsis de la Formula Excel ELEGIR\" loading=\"lazy\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2024\/02\/Sintaxsis-de-la-Formula-Excel-ELEGIR.png\" data-width=\"403\" data-height=\"131\" style=\"aspect-ratio: auto 403 \/ 131;\"><\/span><\/p>\n<h2 style=\"text-align: center;\">Ejemplo comparaci\u00f3n de Formulas Excel extensas con la funci\u00f3n SI &#8211; Funci\u00f3n ELEGIR<\/h2>\n<p>En la siguiente Tabla, voy a mostrarte como se utiliza las Formulas Extensas con la Funci\u00f3n SI.<\/p>\n<p>Podemos observar que en esta tabla tenemos el n\u00famero de \u00edtem, nombre y apellido y las calificaciones, pero aun nos hace falta el estado de la clasificaci\u00f3n.&nbsp;<\/p>\n<p>Primeramente, voy a mostrarte como extraer el estado de la calificaci\u00f3n con formulas extensas.<\/p>\n<p><span><img decoding=\"async\" alt=\"Funci\u00f3n ELEGIR\" data-id=\"58636\" width=\"499\" data-init-width=\"499\" height=\"399\" data-init-height=\"399\" title=\"Tabla de Datos Formula Excel ELEGIR\" loading=\"lazy\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2024\/02\/Tabla-de-Datos-Formula-Excel-ELEGIR.png\" data-width=\"499\" data-height=\"399\" style=\"aspect-ratio: auto 499 \/ 399;\"><\/span><\/p>\n<p style=\"\">Para eso nos ubicamos en la Celda E5 y escribimos la siguiente formula: <strong>=SI(D5&lt;=59;\u00bbREPROBADO\u00bb;SI(D5&lt;=69;\u00bbREGULAR\u00bb;SI(D5&lt;=79;\u00bbBUENO\u00bb;SI(D5&gt;=89;\u00bbMUY BUENO\u00bb;SI(D5&lt;=100;\u00bbEXCELENTE\u00bb)))))<\/strong>.<\/p>\n<p style=\"\">Escribimos el Signo Igual (=), seguidamente escribimos la funci\u00f3n SI y abrimos par\u00e9ntesis, ahora, para hacer la prueba l\u00f3gica hacemos referencia a la celda D5, escribimos el signo menor, el signo igual, el n\u00famero 59 y el separador, en mi caso el punto y coma.<\/p>\n<p style=\"\">Abrimos comilla y escribimos REPROBADO, cerramos comillas m\u00e1s el separador, como necesitamos el resultado de la prueba l\u00f3gica para (REGULAR, BUENO, MUY BUENO y EXCELENTE), continuamos con la formula.<\/p>\n<p style=\"\">Para eso, escribimos nuevamente la funci\u00f3n SI, abrimos par\u00e9ntesis, hacemos referencia a la celda D5 escribimos el signo menor, el signo igual, el n\u00famero 69 y el separador. Abrimos comilla y escribimos REGULAR, cerramos comilla y escribimos el separador.<\/p>\n<p style=\"\">Nuevamente, escribimos la funci\u00f3n si, repetimos los mismos pasos y escribimos BUENO, se repite el ciclo para MUY BUENO y se repite el ciclo para EXCELENTE.<\/p>\n<p style=\"\">Cerramos par\u00e9ntesis cinco veces y pulsamos enter, puedes notar, que el resultado es Reprobado, ya que la calificaci\u00f3n es igual a 59, ahora vamos a rellenar la Formula.<\/p>\n<p style=\"\">Seleccionamos de la E5:E18 y pulsamos clic en el comando rellenar hacia abajo. Listo! Ahora puedes notar que cada calificaci\u00f3n tiene su estado.<\/p>\n<p style=\"\">\u00bfQu\u00e9 tal te pareci\u00f3 la Formula que hemos aplicado hasta ahora? Bien extensa y complicado verdad!, pues a continuaci\u00f3n, voy a mostrarte una formula muy sencilla y f\u00e1cil de aplicar.<\/p>\n<h3 style=\"text-align: center;\">Ejemplo de como aplicar la Formula Excel EXTRAE en un cuadro de calificaciones<\/h3>\n<h4 style=\"text-align: center;\">Primer paso a ejecutar de la Funcion ELEGIR<\/h4>\n<p style=\"\">Nos ubicamos en la Celda H5 y escribimos la siguiente formula: <strong>=CODIGO (D5)<\/strong><\/p>\n<p style=\"\">Esta f\u00f3rmula determina el c\u00f3digo de valor en celda, ahora seleccionamos desde la H5:H16 y rellenamos hacia abajo la Formula.<\/p>\n<p style=\"\">Muy bien, ahora que ya tenemos los c\u00f3digos, buscamos el n\u00famero mayor dentro de esta lista y es el n\u00famero 57, necesitamos un n\u00famero que al restar nos de 1, en este caso es el n\u00famero 58.<\/p>\n<p style=\"\">Para eso nos ubicamos en la celda I5 y escribimos = 58 \u2013 H5 (58 menos H5). Seleccionamos de la I5:I16 y rellenamos la Formula hacia abajo.<\/p>\n<p style=\"\">Puedes notar, que tenemos siete resultado del 1 al 9. Muy bien, ahora si estamos listo para aplicar la Formula Excel ELEGIR.<\/p>\n<h4 style=\"text-align: center;\">Segundo paso a ejecutar De la Funci\u00f3n ELEGIR<\/h4>\n<p style=\"\">Para eso nos ubicamos en la celda F5 y escribimos la siguiente formula: <strong>=ELEGIR(58-CODIGO(D5);\u00bbEXCELENTE\u00bb;\u00bbMUY BUENO\u00bb;\u00bbBUENO\u00bb;\u00bbREGULAR\u00bb;\u00bbREPROBADO\u00bb;\u00bbREPROBADO\u00bb;\u00bb\u00bb;\u00bb\u00bb;\u00bbEXCELENTE\u00bb)<\/strong>.<\/p>\n<p style=\"\">Escribimos el signo igual (=), escribimos la Funci\u00f3n elegir y abrimos par\u00e9ntesis, escribimos el n\u00famero 58 y el signo menos (-), seguidamente la funci\u00f3n CODIGO, abrimos par\u00e9ntesis y escribimos D5, cerramos par\u00e9ntesis y escribimos el separador.<\/p>\n<p style=\"\">Ahora vamos a escribir el resultado a obtener en el caso que al restar 58 menos el c\u00f3digo obtenido sea uno.<\/p>\n<p style=\"\">En el primer paso, ya hemos determinado los valores que tomaran cada resultado, en este caso el valor 1 tendr\u00e1 como resultado \u201cEXCELENTE\u201d.<\/p>\n<p style=\"\">Continuamos con la Formula, abrimos comilla y escribimos EXCELENTE, cerramos comilla y escribimos el separador.<\/p>\n<p style=\"\">Al resultar 2, devolver\u00e1 \u201cMUY BUENO\u201d, entonces abrimos comilla y escribimos MUY BUENO, cerramos comilla y escribimos el separador:<\/p>\n<ul>\n<li style=\"\"><span>Al resultar 2, devolver\u00e1 \u201cMUY BUENO\u201d, entonces abrimos comilla y escribimos MUY BUENO, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 3, abrimos comilla devolver\u00e1 BUENO, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 4, abrimos comilla devolver\u00e1 REGULAR, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 5, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 6, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 7, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 8, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/span><\/li>\n<li style=\"\"><span>Al resultar 9, abrimos comilla devolver\u00e1 EXCELENTE, cerramos comilla, cerramos par\u00e9ntesis y pulsamos enter<\/span><\/li>\n<\/ul>\n<p style=\"\">Puedes notar que el resultado obtenido en la celda F5 es Reprobado, ahora vamos a seleccionar de la F5:F18 y rellenamos la Formula hacia abajo.<\/p>\n<p style=\"\">Listo!, te he mostrado como aplicar la Formula Elegir de la Forma m\u00e1s sencilla, te invito a que compartas este contenido con tus amigos de <a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\" rel=\"noopener\">Facebook<\/a>, pulsando clic en compartir:<\/p>\n<p style=\"\">Cualquier duda o pregunta, puedes escribirme directamente en la<span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\">&nbsp;<\/span><a href=\"#comentario\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\">secci\u00f3n de comentarios<\/span><\/a>, en la <a href=\"https:\/\/aplicaexcelcontable.com\/blog\/contacto\" target=\"_blank\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(231, 100, 224) !important;\" data-text-highlight=\"bubble\">pagina del chat<\/span><\/a>, directamente en <span style=\"--tcb-text-highlight-color: rgb(30, 184, 76) !important;\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p>\n<p style=\"\">Te saluda,<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p>\n<p style=\"\"><strong>Roger Perez \u2013 Aplica Excel Contable<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Como aplicar la Funci\u00f3n ELEGIR de Excel Listo para conocer la sintaxis y aprender a utilizar la Funci\u00f3n ELEGIR de Excel? Estas preparado para crear un Libro de Excel de Calificaciones u otro libro con varias condiciones y resultados. La mayor\u00eda de los usuarios Excel se acostumbran escribir extensas formulas Excel con la funci\u00f3n \u00abSI\u00bb. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":58636,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"<div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-18d94e8d257\" style=\"\"><h1 data-css=\"tve-u-18d94e8b66e\" style=\"text-align: center;\" class=\"\">Como aplicar la Funci\u00f3n ELEGIR de Excel<\/h1><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d94e95c5b\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d94e95c48\"><div class=\"thrv_wrapper thrv_text_element\">\t<p style=\"\">Listo para conocer la sintaxis y aprender a utilizar la Funci\u00f3n ELEGIR de Excel?<\/p><p style=\"\">Estas preparado para crear un Libro de Excel de Calificaciones u otro libro con varias condiciones y resultados.<\/p><p style=\"\">La mayor\u00eda de los usuarios Excel se acostumbran escribir extensas formulas Excel con la funci\u00f3n \"SI\".<\/p><p style=\"\">Hola Soy <strong>Roger Perez<\/strong> y hoy voy a compartir contigo, como aplicar la Funci\u00f3n ELEGIR de Excel, es decir, vamos a ver c\u00f3mo convertir las extensas y largas formulas creadas con la Funci\u00f3n \u201cSI\u201d, a una simple formula Excel con la funci\u00f3n ELEGIR.<\/p><p style=\"\">En este articulo vamos a ver:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" style=\"\" data-css=\"tve-u-19415a7c8d3\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d94ee159b\"><div style=\"text-align: justify;\">La sintaxis de la Funci\u00f3n ELEGIR de Excel<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d94ee159b\"><div style=\"text-align: justify;\">Ejemplo comparaci\u00f3n de Formulas Excel extensas con la funci\u00f3n (SI)<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d94ee159b\"><div style=\"text-align: justify;\">Ejemplo de como aplicar la Funci\u00f3n elegir de Excel a un cuadro de calificaciones.<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-18d94e8d257\" style=\"\"><h2 data-css=\"tve-u-18d94f28356\" style=\"text-align: center;\" class=\"\">La sintaxis de la Funci\u00f3n ELEGIR de Excel<\/h2><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d94e95c5b\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d94e95c48\"><div class=\"thrv_wrapper thrv_text_element\">\t<p style=\"\">Antes de compartirte el ejemplo paso a paso en Excel, vamos a conocer la sintaxis de la Formula Excel ELEGIR: <strong>= ELEGIR (NUM_INDICE; VALOR1; [VALOR2] ;\u2026.)<\/strong>.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-18d94f5202e\"><span class=\"tve_image_frame\"><img decoding=\"async\" class=\"tve_image wp-image-58635\" alt=\"Funci\u00f3n ELEGIR\" data-id=\"58635\" width=\"403\" data-init-width=\"403\" height=\"131\" data-init-height=\"131\" title=\"Sintaxsis de la Formula Excel ELEGIR\" loading=\"lazy\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2024\/02\/Sintaxsis-de-la-Formula-Excel-ELEGIR.png\" data-width=\"403\" data-height=\"131\" style=\"aspect-ratio: auto 403 \/ 131;\"><\/span><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-18d94e8d257\" style=\"\"><h2 class=\"\" style=\"text-align: center;\">Ejemplo comparaci\u00f3n de Formulas Excel extensas con la funci\u00f3n SI - Funci\u00f3n ELEGIR<\/h2><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d94f6d73d\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d94f6d71c\"><div class=\"thrv_wrapper thrv_text_element\">\t<p>En la siguiente Tabla, voy a mostrarte como se utiliza las Formulas Extensas con la Funci\u00f3n SI.<\/p><p>Podemos observar que en esta tabla tenemos el n\u00famero de \u00edtem, nombre y apellido y las calificaciones, pero aun nos hace falta el estado de la clasificaci\u00f3n.&nbsp;<\/p><p>Primeramente, voy a mostrarte como extraer el estado de la calificaci\u00f3n con formulas extensas.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-18d94fcc361\"><span class=\"tve_image_frame\"><img decoding=\"async\" class=\"tve_image wp-image-58636\" alt=\"Funci\u00f3n ELEGIR\" data-id=\"58636\" width=\"499\" data-init-width=\"499\" height=\"399\" data-init-height=\"399\" title=\"Tabla de Datos Formula Excel ELEGIR\" loading=\"lazy\" src=\"https:\/\/aplicaexcelcontable.com\/blog\/wp-content\/uploads\/2024\/02\/Tabla-de-Datos-Formula-Excel-ELEGIR.png\" data-width=\"499\" data-height=\"399\" style=\"aspect-ratio: auto 499 \/ 399;\"><\/span><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d9502fc77\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d9502fc5d\"><div class=\"thrv_wrapper thrv_text_element\">\t<p style=\"\">Para eso nos ubicamos en la Celda E5 y escribimos la siguiente formula: <strong>=SI(D5&lt;=59;\u00bbREPROBADO\u00bb;SI(D5&lt;=69;\u00bbREGULAR\u00bb;SI(D5&lt;=79;\u00bbBUENO\u00bb;SI(D5&gt;=89;\u00bbMUY BUENO\u00bb;SI(D5&lt;=100;\u00bbEXCELENTE\u00bb)))))<\/strong>.<\/p><p style=\"\">Escribimos el Signo Igual (=), seguidamente escribimos la funci\u00f3n SI y abrimos par\u00e9ntesis, ahora, para hacer la prueba l\u00f3gica hacemos referencia a la celda D5, escribimos el signo menor, el signo igual, el n\u00famero 59 y el separador, en mi caso el punto y coma.<\/p><p style=\"\">Abrimos comilla y escribimos REPROBADO, cerramos comillas m\u00e1s el separador, como necesitamos el resultado de la prueba l\u00f3gica para (REGULAR, BUENO, MUY BUENO y EXCELENTE), continuamos con la formula.<\/p><p style=\"\">Para eso, escribimos nuevamente la funci\u00f3n SI, abrimos par\u00e9ntesis, hacemos referencia a la celda D5 escribimos el signo menor, el signo igual, el n\u00famero 69 y el separador. Abrimos comilla y escribimos REGULAR, cerramos comilla y escribimos el separador.<\/p><p style=\"\">Nuevamente, escribimos la funci\u00f3n si, repetimos los mismos pasos y escribimos BUENO, se repite el ciclo para MUY BUENO y se repite el ciclo para EXCELENTE.<\/p><p style=\"\">Cerramos par\u00e9ntesis cinco veces y pulsamos enter, puedes notar, que el resultado es Reprobado, ya que la calificaci\u00f3n es igual a 59, ahora vamos a rellenar la Formula.<\/p><p style=\"\">Seleccionamos de la E5:E18 y pulsamos clic en el comando rellenar hacia abajo. Listo! Ahora puedes notar que cada calificaci\u00f3n tiene su estado.<\/p><p style=\"\">\u00bfQu\u00e9 tal te pareci\u00f3 la Formula que hemos aplicado hasta ahora? Bien extensa y complicado verdad!, pues a continuaci\u00f3n, voy a mostrarte una formula muy sencilla y f\u00e1cil de aplicar.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-18d94e8d257\" style=\"\"><h3 class=\"\" style=\"text-align: center;\">Ejemplo de como aplicar la Formula Excel EXTRAE en un cuadro de calificaciones<\/h3><\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-18d94e8d257\" style=\"\"><h4 class=\"\" style=\"text-align: center;\">Primer paso a ejecutar de la Funcion ELEGIR<\/h4><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d950a50be\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d950a50a8\"><div class=\"thrv_wrapper thrv_text_element\">\t<p style=\"\">Nos ubicamos en la Celda H5 y escribimos la siguiente formula: <strong>=CODIGO (D5)<\/strong><\/p><p style=\"\">Esta f\u00f3rmula determina el c\u00f3digo de valor en celda, ahora seleccionamos desde la H5:H16 y rellenamos hacia abajo la Formula.<\/p><p style=\"\">Muy bien, ahora que ya tenemos los c\u00f3digos, buscamos el n\u00famero mayor dentro de esta lista y es el n\u00famero 57, necesitamos un n\u00famero que al restar nos de 1, en este caso es el n\u00famero 58.<\/p><p style=\"\">Para eso nos ubicamos en la celda I5 y escribimos = 58 \u2013 H5 (58 menos H5). Seleccionamos de la I5:I16 y rellenamos la Formula hacia abajo.<\/p><p style=\"\">Puedes notar, que tenemos siete resultado del 1 al 9. Muy bien, ahora si estamos listo para aplicar la Formula Excel ELEGIR.<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-18d94e8d257\" style=\"\"><h4 class=\"\" style=\"text-align: center;\" data-css=\"tve-u-19415a88879\">Segundo paso a ejecutar De la Funci\u00f3n ELEGIR<\/h4><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d950dd2b8\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d950dd2a0\"><div class=\"thrv_wrapper thrv_text_element\">\t<p style=\"\">Para eso nos ubicamos en la celda F5 y escribimos la siguiente formula: <strong>=ELEGIR(58-CODIGO(D5);\u00bbEXCELENTE\u00bb;\u00bbMUY BUENO\u00bb;\u00bbBUENO\u00bb;\u00bbREGULAR\u00bb;\u00bbREPROBADO\u00bb;\u00bbREPROBADO\u00bb;\u00bb\u00bb;\u00bb\u00bb;\u00bbEXCELENTE\u00bb)<\/strong>.<\/p><p style=\"\">Escribimos el signo igual (=), escribimos la Funci\u00f3n elegir y abrimos par\u00e9ntesis, escribimos el n\u00famero 58 y el signo menos (-), seguidamente la funci\u00f3n CODIGO, abrimos par\u00e9ntesis y escribimos D5, cerramos par\u00e9ntesis y escribimos el separador.<\/p><p style=\"\">Ahora vamos a escribir el resultado a obtener en el caso que al restar 58 menos el c\u00f3digo obtenido sea uno.<\/p><p style=\"\">En el primer paso, ya hemos determinado los valores que tomaran cada resultado, en este caso el valor 1 tendr\u00e1 como resultado \u201cEXCELENTE\u201d.<\/p><p style=\"\">Continuamos con la Formula, abrimos comilla y escribimos EXCELENTE, cerramos comilla y escribimos el separador.<\/p><p style=\"\">Al resultar 2, devolver\u00e1 \u201cMUY BUENO\u201d, entonces abrimos comilla y escribimos MUY BUENO, cerramos comilla y escribimos el separador:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" style=\"\" data-css=\"tve-u-19415a8d464\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 2, devolver\u00e1 \u201cMUY BUENO\u201d, entonces abrimos comilla y escribimos MUY BUENO, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 3, abrimos comilla devolver\u00e1 BUENO, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 4, abrimos comilla devolver\u00e1 REGULAR, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style \" data-css=\"tve-u-18d9516daf8\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 5, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-18d9516df50\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 6, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-18d9516e3c2\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 7, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style \" data-css=\"tve-u-18d9516e84f\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 8, abrimos comilla devolver\u00e1 REPROBADO, cerramos comilla y escribimos el separador<\/div><\/span><\/li><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style \" data-css=\"tve-u-18d9517c9ab\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-id=\"icon-check\" data-name=\"\"><path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"><\/path><\/svg><\/div><\/div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-18d9516264e\"><div style=\"text-align: justify;\">Al resultar 9, abrimos comilla devolver\u00e1 EXCELENTE, cerramos comilla, cerramos par\u00e9ntesis y pulsamos enter<\/div><\/span><\/li><\/ul><\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-18d9518ae42\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-18d9518ae25\"><div class=\"thrv_wrapper thrv_text_element\">\t<p style=\"\">Puedes notar que el resultado obtenido en la celda F5 es Reprobado, ahora vamos a seleccionar de la F5:F18 y rellenamos la Formula hacia abajo.<\/p><p style=\"\">Listo!, te he mostrado como aplicar la Formula Elegir de la Forma m\u00e1s sencilla, te invito a que compartas este contenido con tus amigos de <a href=\"https:\/\/www.facebook.com\/AplicaExceContable\/\" target=\"_blank\">Facebook<\/a>, pulsando clic en compartir:<\/p><\/div><\/div>\n<\/div><div class=\"thrv_wrapper thrv_social_custom thrv_social tve_share_left\" data-counts=\"\" data-min_shares=\"0\" data-css=\"tve-u-18d9519d19a\">\n<div class=\"tve_social_items tve_social_custom tve_style_1 tve_social_itb tve-prevent-content-edit\">\n<div class=\"tve_s_item tve_s_fb_share thrv_wrapper tve_share_item\" data-s=\"fb_share\" data-href=\"https:\/\/aplicaexcelcontable.com\/blog\/sistema-de-facturacion-en-excel.html\" data-label=\"Compartir\" data-css=\"tve-u-18be2dd4a6b\">\n<a href=\"javascript:void(0)\" class=\"tve_s_link\"><span class=\"tve_s_icon thrv-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tcb-facebook\" viewBox=\"0 0 16 28\"><path d=\"M14.984 0.187v4.125h-2.453q-1.344 0-1.813 0.562t-0.469 1.687v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406q0-2.906 1.625-4.508t4.328-1.602q2.297 0 3.563 0.187z\"><\/path><\/svg><\/span><span class=\"tve_s_text\">Compartir<\/span><span class=\"tve_s_count\">0<\/span><\/a>\n<\/div>\n<\/div>\n<\/div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-19415a5627a\" style=\"\">\n\t<div class=\"tve-content-box-background\"><\/div>\n\t<div class=\"tve-cb\" style=\"\" data-css=\"tve-u-19415a56278\"><div class=\"thrv_wrapper thrv_text_element tcb-highlight-added\">\t<p style=\"\">Cualquier duda o pregunta, puedes escribirme directamente en la<span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\" data-css=\"tve-u-19415a5627b\">&nbsp;<\/span><a href=\"#comentario\" class=\"tve-jump-scroll\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(237, 243, 13) !important;\" data-css=\"tve-u-19415a5627c\">secci\u00f3n de comentarios<\/span><\/a>, en la <a href=\"https:\/\/aplicaexcelcontable.com\/blog\/contacto\" target=\"_blank\" class=\"\" style=\"outline: none;\"><span style=\"--tcb-text-highlight-color: rgb(231, 100, 224) !important;\" data-css=\"tve-u-19415a5627d\" data-text-highlight=\"bubble\">pagina del chat<\/span><\/a>, directamente en <span style=\"--tcb-text-highlight-color: rgb(30, 184, 76) !important;\" data-css=\"tve-u-19415a5627e\">whatsapp<\/span> o bien al correo electr\u00f3nico rogerperez@aplicaexcelcontable.com.<span style=\"--tcb-text-highlight-color: transparent !important;\" data-css=\"tve-u-19415a5627f\"><\/span><\/p><p style=\"\">Te saluda,<span style=\"--tcb-text-highlight-color: transparent !important;\"><\/span><\/p><p style=\"\"><strong>Roger Perez \u2013 Aplica Excel Contable<\/strong><\/p><\/div><\/div>\n<\/div>","tve_custom_css":"@media (min-width: 300px){:not(#tve) [data-css=\"tve-u-18d94e8b66e\"] { color: rgb(0, 0, 0) !important; --tcb-applied-color: rgb(0,0,0) !important; --tve-applied-color: rgb(0,0,0) !important; font-size: 42px !important; text-transform: none !important; }[data-css=\"tve-u-18d94e8d257\"] { margin-top: 20px !important; margin-bottom: 20px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-18d94e95c48\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94e95c48\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-18d94e95c48\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-18d94e95c5b\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }:not(#tve) [data-css=\"tve-u-18d94f28356\"] { color: rgb(0, 0, 0) !important; --tcb-applied-color: rgb(0,0,0) !important; --tve-applied-color: rgb(0,0,0) !important; }[data-css=\"tve-u-18d94f5202e\"] { width: 403px; --tve-alignment: center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-18d94f6d71c\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d94f6d71c\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-18d94f6d71c\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-18d94f6d73d\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-18d94fcc361\"] { width: 499px; --tve-alignment: center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-18d9502fc5d\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9502fc5d\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-18d9502fc5d\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-18d9502fc77\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-18d950a50a8\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950a50a8\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-18d950a50a8\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-18d950a50be\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-18d950dd2a0\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d950dd2a0\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-18d950dd2a0\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-18d950dd2b8\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-18d9518ae25\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-18d9518ae25\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-18d9518ae25\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-18d9518ae42\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-18d9519d19a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 50px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tcb-post-list[data-css=\"tve-u-186df1bf84d\"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper { width: calc(33.3333% - 13.3333px); }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:nth-child(n+4) { margin-top: 20px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:not(:nth-child(n+4)) { margin-top: 0px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:not(:nth-child(3n)) { margin-right: 20px !important; }.tcb-post-list[data-css=\"tve-u-18703fb75db\"] .post-wrapper.thrv_wrapper:nth-child(3n) { margin-right: 0px !important; }:not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] label { font-size: var(--tve-font-size,20px); }[data-css=\"tve-u-19415a56278\"] { --tve-font-size: 20px; --tve-color: rgb(7,0,0); --tve-applied---tve-color: rgb(7,0,0); text-align: justify; }:not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] p, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] li, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] blockquote, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] address, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] .tcb-plain-text, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] label, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] h1, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] h2, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] h3, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] h4, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] h5, :not(#tve) .thrv-content-box [data-css=\"tve-u-19415a56278\"] h6 { color: var(--tve-color,rgb(7,0,0)); --tve-applied-color: var$(--tve-color,rgb(7,0,0)); --tcb-applied-color: rgb(7,0,0); }[data-css=\"tve-u-19415a56278\"] p { padding: 0px 0px 11px !important; margin: 0px !important; }[data-css=\"tve-u-19415a5627a\"] { margin-top: 20px !important; margin-bottom: 20px !important; padding: 0px !important; }[data-css=\"tve-u-19415a5627b\"] { --tcb-text-highlight-color: rgb(237,243,13) !important; }[data-css=\"tve-u-19415a5627c\"] { --tcb-text-highlight-color: rgb(237,243,13) !important; }[data-css=\"tve-u-19415a5627d\"] { --tve-highlight-background: url(\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20314%20114%22%20preserveAspectRatio%3D'none'%3E%0A%09%09%09%09%09%3Cpath%20d%3D%22M149.412%202.398C98.053%204.579%2074.996%207.562%2053.903%2014.754%2028.892%2023.283%208.503%2040.617%202.929%2058.09c-4.148%2013.004-.464%2026.402%2010.207%2037.118%205.664%205.687%2015.228%2012.328%2021.753%2015.104%202.939%201.25%208.598%202.708%2010.559%202.72%201.16.008%201.111-.129-.909-2.543-2.554-3.05-4.753-7.567-4.761-9.775-.008-2.502%202.482-6.937%204.862-8.661%205.613-4.066%2020.333-6.115%2050.607-7.046%2012.81-.394%2019.622.068%2047.623%203.231%2057%206.439%2066.925%207.222%2091.845%207.248%2016.516.016%2020.951-.139%2026.167-.919%2020.12-3.007%2032.633-8.401%2041.489-17.883%206.859-7.344%2010.154-16.516%2010.254-28.537.032-3.902-.231-7.704-.651-9.42-5.257-21.464-31.961-33.668-80.137-36.622-11.85-.727-62.651-.546-82.425.293%22%2F%3E%0A%09%09%09%09%3C%2Fsvg%3E\"); --tcb-text-highlight-color: #2ABB61 !important; }[data-css=\"tve-u-19415a5627e\"] { --tcb-text-highlight-color: rgb(30,184,76) !important; }[data-css=\"tve-u-19415a5627f\"] { --tcb-text-highlight-color: transparent !important; }:not(#tve) [data-css=\"tve-u-19415a7c8d3\"] li { font-size: var(--tve-font-size, 20px) !important; color: var(--tve-color, rgb(9, 0, 0)) !important; --tve-applied-color: var$(--tve-color, rgb(9, 0, 0)) !important; --tcb-applied-color: rgb(9, 0, 0); }[data-css=\"tve-u-19415a7c8d3\"] { --tve-font-size: 20px; --tve-color: rgb(9, 0, 0); --tve-applied---tve-color: rgb(9, 0, 0); }:not(#tve) [data-css=\"tve-u-19415a88879\"] { text-transform: none !important; }:not(#tve) [data-css=\"tve-u-19415a8d464\"] li { font-size: var(--tve-font-size, 20px) !important; color: var(--tve-color, rgb(6, 0, 0)) !important; --tve-applied-color: var$(--tve-color, rgb(6, 0, 0)) !important; --tcb-applied-color: rgb(6, 0, 0); }[data-css=\"tve-u-19415a8d464\"] { --tve-font-size: 20px; --tve-color: rgb(6, 0, 0); --tve-applied---tve-color: rgb(6, 0, 0); }}","tve_user_custom_css":"","tve_globals":{"e":"1","font_cls":[]},"tcb2_ready":1,"tcb_editor_enabled":1,"tve_landing_page":"","_tve_header":"0","_tve_footer":"0"},"categories":[72],"tags":[66,142,99,141],"class_list":["post-17639","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-formulas-excel","tag-excel","tag-excel-elegir","tag-formula-excel","tag-formula-excel-elegir","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/17639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/comments?post=17639"}],"version-history":[{"count":0,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/posts\/17639\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media\/58636"}],"wp:attachment":[{"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/media?parent=17639"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/categories?post=17639"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aplicaexcelcontable.com\/blog\/wp-json\/wp\/v2\/tags?post=17639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}