{"id":2502,"date":"2020-11-30T11:08:00","date_gmt":"2020-11-30T10:08:00","guid":{"rendered":"https:\/\/importsheet.com\/?p=2502"},"modified":"2025-06-16T21:24:18","modified_gmt":"2025-06-16T19:24:18","slug":"formula-exclusiva-do-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/pt\/blog\/google-sheets-formulas\/unique-formula-google-sheets\/","title":{"rendered":"Como usar a fun\u00e7\u00e3o UNIQUE no Planilhas Google"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;sheetgo-post&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221;][et_pb_row _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.27.2&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>As the name suggests, the Google Sheets <a href=\"https:\/\/support.google.com\/docs\/answer\/10522653?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">UNIQUE<\/a>\u00a0function enables you to pull out\u00a0<strong>unique<\/strong>\u00a0rows from a range, discarding any data that&#8217;s duplicated. This is really handy when you have a large volume of data, such as responses from a Google Form. UNIQUE allows you to quickly identify which values (e.g., a person, or a product name) appear only once in the dataset.<\/p>\n<p>To get a better idea of UNIQUE works, take a look at the following list of names.<\/p>\n<p>You can see there are three duplicated entries: David, Eric, and Caroline.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-1.png&#8221; alt=&#8221;unique-function-google-sheets-1&#8243; title_text=&#8221;Unique image 1&#8243; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#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>If you\u2019re familiar with Microsoft Excel, you probably know the <a href=\"https:\/\/support.microsoft.com\/en-us\/office\/find-and-remove-duplicates-00e35bea-b46a-4d5d-b28e-66a552dc138d\" target=\"_blank\" rel=\"noopener noreferrer\">Remove Duplicates<\/a>\u00a0option that enables you to find and delete any repeated values in a range of data. Google Sheets does not have the same feature but it has an alternative for removing duplicates: you guessed it, the UNIQUE function.<\/p>\n<h3>Syntax<\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.16&#8243; border_width_left=&#8221;4px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>=UNIQUE(range)<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||-4px|||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<ul>\n<li><strong>range<\/strong> \u2013 this is the group of cells that the function references and returns unique or distinct values from<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-30px|||||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<ul><\/ul>\n<h3>How to use Google Sheets UNIQUE function<\/h3>\n<p>I will use a similar dataset to the example in the first image.<\/p>\n<p>Note that the UNIQUE function is not one-dimensional. This means it can accept ranges with two or more rows\/columns. But let\u2019s start with a single-dimensional column, just to grasp the concept better.<\/p>\n<p>Here\u2019s an example:<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-2.png&#8221; alt=&#8221;unique-function-google-sheets-2&#8243; title_text=&#8221;Unique image 2&#8243; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#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>When you type <strong>=UNIQUE(A2:A15)<\/strong> into cell C2 and hit the Enter key, the UNIQUE function returns all the unique values from range A2:A15.<\/p>\n<p>Results start appearing from C2 (the cell where the function is) and flow downwards in the sheet, as you can see in the image below.<\/p>\n<p>You\u2019ll notice that the duplicated results, David, Eric and Caroline, are automatically removed from the result column.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-3.png&#8221; alt=&#8221;unique-function-google-sheets-3&#8243; title_text=&#8221;Unique image 3&#8243; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#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<h4>UNIQUE function with multiple columns<\/h4>\n<p>What happens if you extend the input range to multiple columns? Let\u2019s find out.<\/p>\n<p>Here I\u2019ve used both the <strong>Name<\/strong> and <strong>Age<\/strong> columns, as shown in the image below:<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-4.png&#8221; alt=&#8221;unique-function-google-sheets&#8221; title_text=&#8221;Unique image 4&#8243; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#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>Just like before, UNIQUE returns unique values from the range. The results are displayed from cell C2 onwards.<\/p>\n<p>You can see that the output values flow\u00a0<g class=\"gr_ gr_66 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-del replaceWithoutSep\" id=\"66\" data-gr-id=\"66\">downwards in the spreadsheet\u00a0<\/g>and also extend one column to the right. That&#8217;s\u00a0<g class=\"gr_ gr_63 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-del replaceWithoutSep\" id=\"63\" data-gr-id=\"63\">because<\/g>\u00a0Google Sheets returns the same number of columns as those in the input range. This may not happen with rows, because duplicates are eliminated.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-5.png&#8221; alt=&#8221;unique-function-google-sheets-5&#8243; title_text=&#8221;Unique image 5&#8243; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#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 example above, two of the duplicated results for<strong> Name<\/strong> (Eric and Caroline),\u00a0turn out to be unique when combined with <strong>Age<\/strong>. Eric in row 3 is 23 years old, whereas Eric in row 15 is 25 years old. These are different data entries and not duplicates. However, there are two Davids aged 21, which the function reads as duplicates, so it eliminates one of them.<\/p>\n<p>The fact that the UNIQUE function can filter data across multiple columns is extremely useful, but what if you have data across multiple columns, but you want to filter based on only one of the columns?<\/p>\n<p>For example, what if you want to get rid of all the duplicated names in the example above while still keeping the ages in the output? If this is the case, I encourage you to look into the <a href=\"https:\/\/support.google.com\/docs\/answer\/7354624?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">SORTN function<\/a>.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Connections T &#8211; Automate between spreadsheets &#8211; Horizontal&#8221; module_class=&#8221;sheetgo-post-no-shadow-img md2-contained-button-light vertical-banner-container&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f2f7ff&#8221; max_width=&#8221;700px&#8221; module_alignment=&#8221;center&#8221; max_height=&#8221;300px&#8221; custom_margin=&#8221;20px|0px|20px|0px|true|true&#8221; custom_padding=&#8221;25px|25px|25px|25px|true|true&#8221; sticky_limit_bottom=&#8221;section&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#d9e7ff&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; global_module=&#8221;255443&#8243; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2024\/09\/run-automatically-connect-sheet-icons.webp\" width=\"250\" height=\"168\" alt=\"\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2024\/09\/Recommended-for-Google-Workspace-badge.webp\" width=\"150\" height=\"180\" alt=\"39\" \/><\/p>\n<p><span style=\"font-size: 22px; font-weight: 600;\">Automate data transfers between spreadsheets<br \/><\/span><\/p>\n<p><a href=\"https:\/\/www.sheetgo.com\/connections\/\" target=\"_blank\" rel=\"noopener\">Find out how<\/a><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>UNIQUE function with SORT function<\/h3>\n<p>A helpful trick to clean up your spreadsheet and make the data easier to interpret is to use the SORT function in combination with the UNIQUE function. This will filter out all the duplicates and simultaneously sort the data so that the result is a sorted list of unique entries. In the example below, I do this with the formula <strong>=Sort(Unique(A2:B15))<\/strong>.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-6.png&#8221; alt=&#8221;unique-function-google-sheets-6&#8243; title_text=&#8221;Unique image 6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#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; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>UNIQUE function with horizontal data<\/h3>\n<p>In the last example I\u2019ll show you how to use the UNIQUE function for horizontal data in a row.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2021\/05\/UNIQUE-FORMULA-GOOGLE-SHEETS-HORIZONTAL-DATA.png&#8221; alt=&#8221;UNIQUE FORMULA GOOGLE SHEETS HORIZONTAL DATA&#8221; title_text=&#8221;UNIQUE FORMULA GOOGLE SHEETS HORIZONTAL DATA&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#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; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]Because the UNIQUE function only works with vertical data in columns, you have to use the <a href=\"https:\/\/support.google.com\/docs\/answer\/3094262?hl=en\" target=\"_blank\" rel=\"noopener\">TRANSPOSE<\/a> function to change the data from horizontal to vertical form within the function.<\/p>\n<p>Then once the UNIQUE function has done its work, you can transpose it again back to a horizontal format. That\u2019s why the TRANSPOSE function is used twice in the example above. The formula here is <strong>=Transpose(Unique(Transpose(B1:O1)))<\/strong>.[\/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<h4>Remember that UNIQUE needs space<\/h4>\n<ul>\n<li>You must give the function sufficient empty space in the sheet to display its output correctly.\u00a0<g class=\"gr_ gr_58 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-del replaceWithoutSep\" id=\"58\" data-gr-id=\"58\">If you have\u00a0<\/g>data in column D,<span>\u00a0the\u00a0<g class=\"gr_ gr_57 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep\" id=\"57\" data-gr-id=\"57\">UNIQUE<\/g>\u00a0function does not have room to expand. If this happens, Google Sheets displays a #REF! error.<\/span><\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/11\/Unique-image-8.png&#8221; alt=&#8221;unique-function-google-sheets-8&#8243; title_text=&#8221;Unique image 8&#8243; align=&#8221;center&#8221; module_class=&#8221;sheetgo-post-no-shadow-img&#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<h3>UNIQUE function: key tips<\/h3>\n<ul>\n<li>Google Sheets does not allow you to delete the values returned by the UNIQUE\u00a0<g class=\"gr_ gr_64 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-del replaceWithoutSep\" id=\"64\" data-gr-id=\"64\">function<\/g>\u00a0unless you do so in the cell where you entered the formula (in the above examples, that was cell C2).<\/li>\n<li>You may need to copy-paste the distinct values that UNIQUE returned. Copy the distinct values, and select a destination cell. Now, navigate to <strong>Edit<\/strong> &gt; <strong>Paste<\/strong> &gt; <strong>Paste Special<\/strong> &gt; <strong>Paste values onl<\/strong>y. That way, the formula is removed but the values are retained.<\/li>\n<\/ul>\n<p>If you simply want to count how many unique values appear in a specific range, learn how to use\u00a0<a href=\"https:\/\/support.google.com\/docs\/answer\/3093405?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">COUNTUNIQUE<\/a>\u00a0in our guide\u00a0<a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/countunique-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">How to use the COUNTUNIQUE function in Google Sheets<\/a>.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.22.2&#8243; background_color=&#8221;#f9f9ff&#8221; custom_margin=&#8221;40px||40px||false|false&#8221; custom_padding=&#8221;15px|25px|15px|25px|true|true&#8221; border_width_left=&#8221;3px&#8221; border_color_left=&#8221;#808e95&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><em><strong>Editor\u2019s note<\/strong>: This is a revised version of a previous post that has been updated for accuracy and comprehensiveness.<\/em><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As the name suggests, the Google Sheets UNIQUE\u00a0function enables you to pull out\u00a0unique\u00a0rows from a range, discarding any data that&#8217;s duplicated. This is really handy when you have a large volume of data, such as responses from a Google Form. UNIQUE allows you to quickly identify which values (e.g., a person, or a product name) [&hellip;]<\/p>\n","protected":false},"author":39,"featured_media":29223,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"<p>In Google Sheets, the <a href=\"https:\/\/support.google.com\/docs\/answer\/3093198?hl=en\">UNIQUE<\/a> formula gives us unique rows from a range, while discarding the duplicates in the process. To understand this better, suppose that we have the following list of names. You'll notice we have two sets of duplicates - Eric and Caroline.<\/p><p><img class=\"aligncenter wp-image-2505 size-full\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/unique1.png\" alt=\"UNIQUE formula - Illustration 1\" width=\"150\" height=\"386\" \/><\/p><p>If you are familiar with Microsoft Excel, we have 'Remove Duplicates' functionality to get rid of any repetitive values in a range. Unfortunately, we do not have such a feature in Google Sheets. So, how do we remove duplicates in Google Sheets? With UNIQUE formula, of course!<\/p><h3>Syntax<\/h3><p><span style=\"font-family: courier new,courier,monospace; font-size: 14pt;\"><strong>UNIQUE(range)<\/strong><\/span><\/p><ul><li><span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong> <\/span>\u2013 is the address of the group of cells that the UNIQUE formula references and returns unique or distinct set of values available in the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span>.<\/li><\/ul><h3>Usage: UNIQUE formula<\/h3><p>We will use a similar data set as shown in the first image. Please note, the UNIQUE formula is not one dimensional, meaning that it can accept ranges with two or more rows\/columns. But let's start with a single dimensional column, in order to be able to grasp the concept better. Here's an example.<\/p><p><img class=\"aligncenter size-full wp-image-2507\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/unique2.png\" alt=\"UNIQUE formula - Illustration 2\" width=\"574\" height=\"390\" \/><\/p><p>As soon as we type in the formula in cell C2, and hit the Enter key, the UNIQUE formula makes Google Sheets return all the unique values from range A2:A15. They start appearing from C2 (which is where the formula is) and flow further downwards as shown in the next image.You'll notice that the duplicate instances, Eric and Caroline are removed in the result column.<\/p><p><img class=\"aligncenter size-full wp-image-2508\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/unique3.png\" alt=\"UNIQUE formula - Illustration 3\" width=\"490\" height=\"387\" \/><\/p><p>What happens if we extend the input range to multiple columns? Let's find out. We will use both the Name and Age columns for this purpose as shown in the image below.<\/p><p><img class=\"aligncenter size-full wp-image-2509\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/unique4.png\" alt=\"UNIQUE formula - Illustration 4\" width=\"572\" height=\"389\" \/><\/p><p>Just like before, the UNIQUE formula returns the distinct values starting from cell C2. We'll notice the output values not only have flown downwards, but also extended one column to the right. That is because, Google Sheets returns as many columns as that of the input range. But that may not be true in case of rows, because it eliminates the duplicates.<\/p><p><img class=\"aligncenter size-full wp-image-2510\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/unique5.png\" alt=\"UNIQUE formula - Illustration 5\" width=\"591\" height=\"388\" \/><\/p><p>In the above scenario, though there are duplicate instances of Eric and Caroline, when combined with age, they turn out to be unique. For example, Eric in row # 3 is 23 years old, whereas Eric in row # 15 is 25 years old. Clearly, they are different, and cannot be duplicates. However, had there been another occurrence of Eric with 23 years of age, that definitely qualifies for a duplicate and accordingly won't appear in the output.<\/p><h3>Interesting notes<\/h3><ul><li>For the UNIQUE formula to work, we need to give it sufficient real estate to display its output. If, in the above example, we have certain values in column D, where as the output from UNIQUE formula is expected to flow into that column, Google Sheets accordingly gives a #REF! error.<\/li><\/ul><p><img class=\"aligncenter size-full wp-image-2511\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/unique6.png\" alt=\"UNIQUE formula - Illustration 6\" width=\"576\" height=\"413\" \/><\/p><ul><li>Google Sheets doesn't allow us to delete the values that returned by the UNIQUE formula, unless we are doing so from the cell where we have entered the formula (in the above cases, C2).<\/li><li>If we need to copy and paste the distinct values that the UNIQUE formula returned, we need to do this. Copy the distinct values, and select a destination cell. Now, navigate to Edit - Paste - Paste Special - Paste values only. That way, the formula is removed and the values are retained.<\/li><\/ul><p>\u00a0<\/p>","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[55,39,28],"class_list":["post-2502","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-sheets-formulas","tag-ben-collins","tag-connections-t","tag-spreadsheets"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts\/2502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/comments?post=2502"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts\/2502\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media\/29223"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media?parent=2502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/categories?post=2502"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/tags?post=2502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}