{"id":9040,"date":"2018-07-11T18:57:30","date_gmt":"2018-07-11T16:57:30","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=9040"},"modified":"2018-07-11T18:57:30","modified_gmt":"2018-07-11T16:57:30","slug":"formula-minusc-en-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/es\/blog\/google-sheets-formulas\/lower-formula-in-google-sheets\/","title":{"rendered":"C\u00f3mo utilizar la f\u00f3rmula LOWER en Google Sheets"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; module_class=&#8221;sheetgo-post&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>We know we use the spreadsheets applications generally to working with numbers. But we also have a good help in terms of a number of text-based\u00a0formulas at our disposal. By making use of these, we can manipulate the strings in many ways according to our needs. The<span>\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3094083\" target=\"_blank\" rel=\"noopener noreferrer\">LOWER<\/a><span>\u00a0<\/span>formula in Google Sheets is one such formula. It helps us to convert the text from uppercase to lowercase.<\/p>\n<h3>Syntax<\/h3>\n<p><strong>LOWER(text)<\/strong><\/p>\n<ul>\n<li><strong>text<\/strong><span>\u00a0<\/span>\u2013 is the input string that we need lowercase conversion for.<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Usage: LOWER formula in Google Sheets<\/h3>\n<p>We may have observed this is probably the simplest of syntaxes any Google Sheets formula can have. Although it is very straightforward as to what it does, let us look at a few examples to ensure we understand its behavior. Consider the snapshot below.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/LOWER-formula-Illustration-Frame-1.png&#8221; alt=&#8221;LOWER formula in Google Sheets&#8221; title_text=&#8221;lower-formula&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;640px&#8221; max_width=&#8221;640px&#8221; height=&#8221;440px&#8221; max_height=&#8221;440px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>In the first example, the formula converted the two instances of uppercase letters, G and R, are into lowercase g and r. Here the input is a direct text string, enclosed within a pair of double quotes. It may not always be feasible to type in the input strings. So, to save us from that effort, the LOWER formula also accepts references to cells that host these text values. Which is why we used cell references in the next three examples.<\/p>\n<p>Regardless of the position of an uppercase character within the string, the formula converts every such instance to a lowercase character. It could be that all of the text is in uppercase (example 2), or in lowercase. Or it could also be that the characters in the input string are randomly uppercase and lowercase (example 3). It doesn\u2019t matter how many uppercase characters there are within the input string. The result the formula always generates an output in which every alphabet is in lowercase. That is true even in the case of alphanumeric strings (example 4).<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We know we use the spreadsheets applications generally to working with numbers. But we also have a good help in terms of a number of text-based\u00a0formulas at our disposal. By making use of these, we can manipulate the strings in many ways according to our needs. The\u00a0LOWER\u00a0formula in Google Sheets is one such formula. It [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":9155,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"We know we use the spreadsheets applications generally to working with numbers. But we also have a good help in terms of a number of text-based&nbsp;formulas at our disposal. By making use of these, we can manipulate the strings in many ways according to our needs. The <a href=\"https:\/\/support.google.com\/docs\/answer\/3094083\" target=\"_blank\" rel=\"noopener noreferrer\">LOWER<\/a> formula in Google Sheets is one such formula. It helps us to convert the text from uppercase to lowercase.\n<h3>Syntax<\/h3>\n<strong>LOWER(text)<\/strong>\n<ul>\n \t<li><strong>text<\/strong> - is the input string that we need lowercase conversion for.<\/li>\n<\/ul>\n<h3>Usage: LOWER formula in Google Sheets<\/h3>\nWe may have observed this is probably the simplest of syntaxes any Google Sheets formula can have. Although it is very straightforward as to what it does, let us look at a few examples to ensure we understand its behavior. Consider the snapshot below.\n\n<img class=\"aligncenter size-full wp-image-9156\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/LOWER-formula-Illustration-Frame-1.png\" alt=\"LOWER formula in Google Sheets\" width=\"754\" height=\"498\">\n\nIn the first example, the formula converted the two instances of uppercase letters, G and R, are into lowercase g and r. Here the input is a direct text string, enclosed within a pair of double quotes. It may not always be feasible to type in the input strings. So, to save us from that effort, the LOWER formula also accepts references to cells that host these text values. Which is why we used cell references in the next three examples.\n\nRegardless of the position of an uppercase character within the string, the formula converts every such instance to a lowercase character. It could be that all of the text is in uppercase (example 2), or in lowercase. Or it could also be that the characters in the input string are randomly uppercase and lowercase (example 3). It doesn't matter how many uppercase characters there are within the input string. The result the formula always generates an output in which every alphabet is in lowercase. That is true even in the case of alphanumeric strings (example 4).","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-9040","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-sheets-formulas","tag-connections-t","tag-spreadsheets"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/9040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/comments?post=9040"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/9040\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media\/9155"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media?parent=9040"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/categories?post=9040"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/tags?post=9040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}