{"id":9195,"date":"2018-07-25T19:00:36","date_gmt":"2018-07-25T17:00:36","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=9195"},"modified":"2018-07-25T19:00:36","modified_gmt":"2018-07-25T17:00:36","slug":"formule-superieure-dans-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/fr\/blog\/google-sheets-formulas\/upper-formula-in-google-sheets\/","title":{"rendered":"Comment utiliser la formule UPPER dans 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>Numbers are what comes to our mind when we think of spreadsheets applications. That is no surprise because they simplify a lot of calculations for us. Thankfully, their\u00a0support is beyond just the numbers.\u00a0We also have solid help in the form of many text-based\u00a0formulas. Using them, we can manipulate the strings in many ways depending on our requirements. The<span>\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3094219\" target=\"_blank\" rel=\"noopener noreferrer\">UPPER<\/a><span>\u00a0<\/span>formula in Google Sheets is one such formula. It helps us to convert the text from lowercase to uppercase.<\/p>\n<h3>Syntax<\/h3>\n<p><strong>UPPER(text)<\/strong><\/p>\n<ul>\n<li><strong>text<\/strong> \u2013 is the input string that we need uppercase 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: UPPER 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\/UPPER-formula-Illustration-Frame-1.png&#8221; alt=&#8221;UPPER Formula in Google Sheets&#8221; title_text=&#8221;upper-formula&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; 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 instances of lowercase letters, other than G and R, are into uppercase letters. Here the input is a direct text string, enclosed within a pair of double quotes. It may not always be feasible to manually 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 a lowercase character within the string, the formula converts every such instance to an uppercase character. It could be that all of the text is in lowercase (example 2), or in uppercase. Or it could also be that the characters in the input string are randomly lowercase and uppercase (example 3). It doesn\u2019t matter how many lowercase characters there are within the input string. The result the formula always generates an output in which every alphabet is in uppercase. 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>Numbers are what comes to our mind when we think of spreadsheets applications. That is no surprise because they simplify a lot of calculations for us. Thankfully, their\u00a0support is beyond just the numbers.\u00a0We also have solid help in the form of many text-based\u00a0formulas. Using them, we can manipulate the strings in many ways depending on [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":9196,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"Numbers are what comes to our mind when we think of spreadsheets applications. That is no surprise because they simplify a lot of calculations for us. Thankfully, their&nbsp;support is beyond just the numbers.&nbsp;We also have solid help in the form of many text-based&nbsp;formulas. Using them, we can manipulate the strings in many ways depending on our requirements. The <a href=\"https:\/\/support.google.com\/docs\/answer\/3094219\" target=\"_blank\" rel=\"noopener noreferrer\">UPPER<\/a> formula in Google Sheets is one such formula. It helps us to convert the text from lowercase to uppercase.\n<h3>Syntax<\/h3>\n<strong>UPPER(text)<\/strong>\n<ul>\n \t<li><strong>text<\/strong>&nbsp;\u2013 is the input string that we need uppercase conversion for.<\/li>\n<\/ul>\n<h3>Usage: UPPER 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-9198\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/UPPER-formula-Illustration-Frame-1.png\" alt=\"UPPER formula in Google Sheets\" width=\"737\" height=\"499\">\n\nIn the first example, the formula converted the instances of lowercase letters, other than G and R, are into uppercase letters. Here the input is a direct text string, enclosed within a pair of double quotes. It may not always be feasible to manually 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 a lowercase character within the string, the formula converts every such instance to an uppercase character. It could be that all of the text is in lowercase (example 2), or in uppercase. Or it could also be that the characters in the input string are randomly lowercase and uppercase (example 3). It doesn\u2019t matter how many lowercase characters there are within the input string. The result the formula always generates an output in which every alphabet is in uppercase. 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-9195","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\/fr\/wp-json\/wp\/v2\/posts\/9195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/comments?post=9195"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts\/9195\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media\/9196"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media?parent=9195"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/categories?post=9195"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/tags?post=9195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}