{"id":7557,"date":"2017-11-07T10:21:33","date_gmt":"2017-11-07T09:21:33","guid":{"rendered":"https:\/\/www.sheetgo.com\/?p=6209"},"modified":"2017-11-07T10:21:33","modified_gmt":"2017-11-07T09:21:33","slug":"como-nombrar-rangos-o-celdas-en-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/es\/blog\/google-sheets-features\/how-do-i-name-ranges-or-cells-in-google-sheets\/","title":{"rendered":"\u00bfC\u00f3mo puedo nombrar rangos o celdas en las Hojas de c\u00e1lculo de Google?"},"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>Spreadsheets are made up of cells that can hold many types of data. And they usually are referenced using the R1C1 notation, for e.g. B4, or N6. And a group of cells is referenced in this notation R1C1:R2C2, for e.g. B2:C6. In practice, we use such references to individual cells or a group of cells within formulas, but they can get cumbersome. Fortunately, we can name ranges or cells in Google Sheets.<\/p>\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>Why name ranges or cells in Google Sheets?<\/h3>\n<p>There are notable advantages when we refer ranges by names than when we use the primitive notations as discussed above.<\/p>\n<ul>\n<li>Using names for ranges is more intuitive and natural than using the primitive references. For instance, we understand the name<span>\u00a0<\/span><strong>Income<\/strong><span>\u00a0<\/span>as opposed to<span>\u00a0<\/span><strong>E2:E11<\/strong>.<\/li>\n<li>Formulas are easier to build and interpret. For example,<span>\u00a0<\/span><strong>SUM(Income)<\/strong><span>\u00a0<\/span>is understood without much looking around than<span>\u00a0<\/span><strong>SUM(E2:E11)<\/strong>.<\/li>\n<\/ul>\n<p>Let us try and understand this with the help of an example. Consider the following spreadsheet. It consists of basic employee information.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name1.png&#8221; alt=&#8221;Name Ranges or Cells in Google Sheets: Employee Information&#8221; title_text=&#8221;sample-data-in-google-sheets&#8221; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#8221; _builder_version=&#8221;4.21.2&#8243; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#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>We will name the range of cells<span>\u00a0<\/span><strong>C2:C11<\/strong><span>\u00a0<\/span>(i.e. the Age column). So we select them, and navigate to Data &gt; Named ranges. Since these cells hold the age-related values, we will name this range as <strong>Age<\/strong>, and click on the<span>\u00a0<\/span><strong>Done<\/strong><span>\u00a0<\/span>button.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name2.png&#8221; alt=&#8221;Name Ranges or Cells In Google Sheets: Named Ranges Toolbar in Google Sheets&#8221; title_text=&#8221;named-ranges-toolbar&#8221; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#8221; _builder_version=&#8221;4.21.2&#8243; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#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>Similarly, let us add another named range, that represents the entire employee table. To do so, we select the cells<span>\u00a0<\/span><strong>A2:D11<\/strong>, on the<span>\u00a0<\/span><strong>Named ranges<\/strong><span>\u00a0<\/span>sidebar, we click on<span>\u00a0<\/span><strong>Add a range<\/strong>. Now we key in\u00a0the name<span>\u00a0<\/span><strong>Employee_Information<\/strong>\u00a0and click on the<span>\u00a0<\/span><strong>Done<\/strong><span>\u00a0<\/span>button.<\/p>\n<p>Let us experiment these new named ranges within formulas and validate them against those that use primitive range reference notations.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name3.png&#8221; alt=&#8221;Name Ranges or Cells in Google Sheets&#8221; title_text=&#8221;name-ranges-cells&#8221; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#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>As we will notice, the formulas give the exact same results in both the cases. However, using the named ranges within the formulas gives it more meaningful interpretation.<\/p>\n<p>We may want to edit or remove the named ranges in the future. We can access these options by clicking on the<span>\u00a0<\/span><strong>Edit<\/strong><span>\u00a0<\/span>(pencil) icon.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name4.png&#8221; alt=&#8221;Name Ranges or Cells In google Sheets: Snapshot of Edit Option in Named Ranges Toolbar&#8221; title_text=&#8221;edit-option-in-toolbar&#8221; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#8221; _builder_version=&#8221;4.21.2&#8243; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.27.2&#8243; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Learn in this blog post how to import ranges from one sheet to the other in Google Sheets with the<span>\u00a0<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/importrange\/\" target=\"_blank\" rel=\"noopener noreferrer\">IMPORTRANGE<\/a>\u00a0 formula.<span><em><a href=\"http:\/\/www.freepik.com\/\" target=\"_blank\" rel=\"noopener\"><\/a><\/em><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spreadsheets are made up of cells that can hold many types of data. And they usually are referenced using the R1C1 notation, for e.g. B4, or N6. And a group of cells is referenced in this notation R1C1:R2C2, for e.g. B2:C6. In practice, we use such references to individual cells or a group of cells [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":7682,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"Spreadsheets are made up of cells that can hold many types of data. And they usually are referenced using the R1C1 notation, for e.g. B4, or N6. And a group of cells is referenced in this notation R1C1:R2C2, for e.g. B2:C6. In practice, we use such references to individual cells or a group of cells within formulas, but they can get cumbersome. Fortunately, we can name ranges or cells in Google Sheets.\n<h3>Why name ranges or cells in Google Sheets?<\/h3>\nThere are notable advantages when we refer ranges by names than when we use the primitive notations as discussed above.\n<ul>\n \t<li>Using names for ranges is more intuitive and natural than using the primitive references. For instance, we understand the name <strong>Income<\/strong> as opposed to <strong>E2:E11<\/strong>.<\/li>\n \t<li>Formulas are easier to build and interpret. For example, <strong>SUM(Income)<\/strong> is understood without much looking around than <strong>SUM(E2:E11)<\/strong>.<\/li>\n<\/ul>\nLet us try and understand this with the help of an example. Consider the following spreadsheet. It consists of basic employee information.\n\n<strong>Example<\/strong> <img class=\"aligncenter size-full wp-image-6236\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name1.png\" alt=\"Name ranges in Google Sheets - Illustration 1\" width=\"844\" height=\"581\">\n\nWe will name the range of cells <strong>C2:C11<\/strong> (i.e. the Age column). So we select them, and navigate to Data &gt; Named ranges. Since these cells hold the 'Age' related values, we will name this range as '<strong>Age<\/strong>', and click on the <strong>Done<\/strong> button.\n\n<strong>Example<\/strong> <img class=\"aligncenter size-full wp-image-6237\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name2.png\" alt=\"Name ranges in Google Sheets - Illustration 2\" width=\"844\" height=\"581\">\n\nSimilarly, let us add another named range, that represents the entire employee table. To do so, we select the cells <strong>A2:D11<\/strong>, on the <strong>Named ranges<\/strong> sidebar, we click on <strong>Add a range<\/strong>. Now we key in&nbsp;the name <strong>Employee_Information<\/strong>&nbsp;and click on the <strong>Done<\/strong> button.\n\nLet us experiment these new named ranges within formulas and validate them against those that use primitive range reference notations.\n\n<strong>Example<\/strong> <img class=\"aligncenter size-full wp-image-6238\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name3.png\" alt=\"Name ranges in Google Sheets - Illustration 3\" width=\"844\" height=\"581\">\n\nAs we will notice, the formulas give the exact same results in both the cases. However, using the named ranges within the formulas gives it more meaningful interpretation.\n\nWe may want to edit or remove the named ranges in the future. We can access these options by clicking on the <strong>Edit<\/strong> (pencil) icon.\n\n<strong>Example<\/strong> <img class=\"aligncenter size-full wp-image-6239\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/name4.png\" alt=\"Name ranges in Google Sheets - Illustration 4\" width=\"844\" height=\"581\">\n\n<hr>\n\n<span style=\"font-size: 8pt;\"><em><a href=\"http:\/\/www.freepik.com\">Featured image designed by evening_tao \/ Freepik<\/a><\/em><\/span>","_et_gb_content_width":"","footnotes":""},"categories":[37],"tags":[39,28],"class_list":["post-7557","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-sheets-features","tag-connections-t","tag-spreadsheets"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/7557","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=7557"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/7557\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media\/7682"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media?parent=7557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/categories?post=7557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/tags?post=7557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}