{"id":9189,"date":"2018-07-23T19:00:28","date_gmt":"2018-07-23T17:00:28","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=9189"},"modified":"2018-07-23T19:00:28","modified_gmt":"2018-07-23T17:00:28","slug":"formula-concat-en-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/es\/blog\/google-sheets-formulas\/concat-formula-in-google-sheets\/","title":{"rendered":"C\u00f3mo utilizar la f\u00f3rmula CONCAT 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>While working with strings on spreadsheets, we may have to do many operations such as trimming, extracting, and converting. What about\u00a0joining two strings together? Sure, we can do that as well. The<span>\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3093592\" target=\"_blank\" rel=\"noopener noreferrer\">CONCAT<\/a><span>\u00a0<\/span>formula in Google Sheets helps us to combine (or<span>\u00a0<\/span><strong>concat<\/strong>enate) two strings into one.<\/p>\n<h3>Syntax<\/h3>\n<p><strong>CONCAT(value1, value2)<\/strong><\/p>\n<ul>\n<li><strong>value1<\/strong><span>\u00a0<\/span>\u2013 is the value to which the formula appends<span>\u00a0<\/span><strong>value2<\/strong>.<\/li>\n<li><strong>value2<\/strong><span>\u00a0<\/span>\u2013 is the value the formula appends to\u00a0<strong>value1<\/strong>.<\/li>\n<\/ul>\n<p>Please note that both<span>\u00a0<\/span><strong>value1<\/strong><span>\u00a0<\/span>and<span>\u00a0<\/span><strong>value2<\/strong><span>\u00a0<\/span>can be any value or reference to a value, including numeric and text types. But it isn\u2019t a good idea to include ranges that have more than one values within them.<\/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>Usage: CONCAT formula in Google Sheets<\/h3>\n<p>Let us now go ahead and look at a few examples that we tried on Google Sheets application. Please take a look at the following snapshot.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-1.png&#8221; alt=&#8221;CONCAT formula in Google Sheets: Usage&#8221; title_text=&#8221;concat-formula-usage&#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><span>Across all the examples, we\u2019ll notice that the CONCAT formula appends the second value after the first. Regardless of whether the values are text or numeric. The functionality of this formula is the same as that of the ampersand (&amp;) operator. We can achieve the same results using this operator. Please see the image below.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-2.png&#8221; alt=&#8221;CONCAT formula in Google Sheets&#8221; title_text=&#8221;concat-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><span>There\u2019s a limitation to the CONCAT formula \u2013 in that we can only append two values together. To that effect, it won\u2019t give us the desired output if we supplied a range of values to its input parameters. It might result in an error as shown below.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-3.png&#8221; alt=&#8221;CONCAT Formula in Google Sheets: Error Message&#8221; title_text=&#8221;concat-formula-error-message&#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><span>Or surprisingly, pick just the first value from each of the ranges and append them as shown below.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-4.png&#8221; alt=&#8221;CONCAT Formula in Google Sheets&#8221; title_text=&#8221;concat-formula-google-sheets&#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><span>Neither of these results is desirable when we are trying to combine values from multiple cells. Fortunately, we have a more elaborate formula called\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3094123\" target=\"_blank\" rel=\"noopener noreferrer\">CONCATENATE<\/a><span>.\u00a0This accommodates multiple values and appends them in the sequence we provide them. Not just that, it also accepts the range of cells and combines the values from those cells.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>While working with strings on spreadsheets, we may have to do many operations such as trimming, extracting, and converting. What about\u00a0joining two strings together? Sure, we can do that as well. The\u00a0CONCAT\u00a0formula in Google Sheets helps us to combine (or\u00a0concatenate) two strings into one. Syntax CONCAT(value1, value2) value1\u00a0\u2013 is the value to which the formula [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":9333,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"While working with strings on spreadsheets, we may have to do many operations such as trimming, extracting, and converting. What about&nbsp;joining two strings together? Sure, we can do that as well. The <a href=\"https:\/\/support.google.com\/docs\/answer\/3093592\" target=\"_blank\" rel=\"noopener noreferrer\">CONCAT<\/a> formula in Google Sheets helps us to combine (or <strong>concat<\/strong>enate) two strings into one.\n<h3>Syntax<\/h3>\n<strong>CONCAT(value1, value2)<\/strong>\n<ul>\n \t<li><strong>value1<\/strong> - is the value to which the formula appends <strong>value2<\/strong>.<\/li>\n \t<li><strong>value2<\/strong> - is the value the formula appends to&nbsp;<strong>value1<\/strong>.<\/li>\n<\/ul>\nPlease note that both <strong>value1<\/strong> and <strong>value2<\/strong> can be any value or reference to a value, including numeric and text types. But it isn't a good idea to include ranges that have more than one values within them.\n<h3>Usage: CONCAT formula in Google Sheets<\/h3>\nLet us now go ahead and look at a few examples that we tried on Google Sheets application. Please take a look at the following snapshot.\n\n<img class=\"aligncenter size-full wp-image-9311\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-1.png\" alt=\"CONCAT formula in Google Sheets\" width=\"728\" height=\"499\">\n\nAcross all the examples, we'll notice that the CONCAT formula appends the second value after the first. Regardless of whether the values are text or numeric. The functionality of this formula is the same as that of the ampersand (&amp;) operator. We can achieve the same results using this operator. Please see the image below.\n\n<img class=\"aligncenter size-full wp-image-9312\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-2.png\" alt=\"CONCAT formula in Google Sheets\" width=\"728\" height=\"499\">\n\nThere's a limitation to the CONCAT formula - in that we can only append two values together. To that effect, it won't give us the desired output if we supplied a range of values to its input parameters. It might result in an error as shown below.\n\n<img class=\"aligncenter size-full wp-image-9313\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-3.png\" alt=\"CONCAT formula in Google Sheets\" width=\"728\" height=\"499\">\n\nOr surprisingly, pick just the first value from each of the ranges and append them as shown below.\n\n<img class=\"aligncenter size-full wp-image-9314\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/07\/CONCAT-formula-Illustration-Frame-4.png\" alt=\"CONCAT formula in Google Sheets\" width=\"728\" height=\"499\">\n\nNeither of these results is desirable when we are trying to combine values from multiple cells. Fortunately, we have a more elaborate formula called&nbsp;<a href=\"https:\/\/support.google.com\/docs\/answer\/3094123\" target=\"_blank\" rel=\"noopener noreferrer\">CONCATENATE<\/a>.&nbsp;This accommodates multiple values and appends them in the sequence we provide them. Not just that, it also accepts the range of cells and combines the values from those cells.","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-9189","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\/9189","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=9189"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/9189\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media\/9333"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media?parent=9189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/categories?post=9189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/tags?post=9189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}