How to highlight duplicate content on Google Sheets
While working with the data table, it is common for you to reformat the table and it should be done before saving the complete version. With many statistics tables, there will be some lines, or columns of the same content.
If the table has little content, we can search manually to delete them. However, with multiple tables, this approach is not feasible. Previously, Network Administrator once instructed you to read how to delete duplicate data on Excel by Remove Duplicate, or mark duplicate data to identify. And in the article below, you will know how to mark, identify duplicate data on Google Sheets.
This is an example data table that marks the same data on Google Sheets.
Step 1:
At the table interface, we black out the area you want to identify duplicate data. Then click on the Format item above and then select Conditional Formattting , conditional data format.
Step 2:
Immediately on the right of the interface appears the Conditional format rules column for the user to set the conditions for the data. In the Apply to range section , the column data area that we have highlighted above will be automatically added.
Step 3:
Next down to Format cells if change the value to Custom formula is in the drop-down menu list. Then frame Value of fomula and we'll enter the formula like below.
= countif (B: B, B1)> 1
Because the data I want to classify and mark the same is in column B, the condition will be the same. The data is in another column and we will change the column position.
Step 4:
Go to the Formatting style section, select the color to mark the duplicate data. Click the paint bucket icon and select the marker color. Finally, click Done at the bottom to complete the settings above.
As a result, the data table will identify and classify the lines with the same content, through the markup colors that the user has set up above. Your job now is to edit or delete duplicate data in the statistics table.
A simple operation and quite necessary when we handle statistics tables on Google Sheets. Unlike Excel when you have the option to delete the same data, with Google Sheets we will mark the same data to choose to delete or edit if the request.
I wish you all success!
You should read it
- How to create graphs, charts in Google Sheets
- How to insert checkboxes on Google Sheets
- How to set up the right to edit spreadsheets on Google Sheets
- How to count words on Google Sheets
- How to view editing history on Google Sheets
- How to create a phone number can be called on Google Sheets
- How to write notes, comments on Google Sheets
- How to enter 0 in Google Sheets
May be interested
- How to create graphs, charts in Google Sheetsgoogle sheets also features a graphical representation, showing the data that are included so that users can change the chart.
- How to align spreadsheets before printing on Google Sheetsbefore printing spreadsheet data on google sheets, users should adjust the data sheet before printing to get a better layout.
- How to insert Google Sheets charts into Google Docsinserting google sheets charts and google docs text content makes it easier for users to track content.
- How to fix text overflow in Google Sheetswhen we enter content in google sheets spreadsheet, the default text will overflow when importing multiple contents. if we resize each cell so that the text fits neatly in one cell, it will be very time consuming.
- 10 effective SEO content checking toolsduplicating content while doing seo is not a rare thing. you can duplicate images, videos, especially article content many times on the same website or in many different websites. therefore, to check if the content is neutral or not, use up to 10 free testing tools ...
- How to enter 0 in Google Sheetsnormally when entering 0 on google sheets, it will automatically disappear if that 0 is in front of the number line. so how to re-display 0 in google sheets.
- How to create a phone number can be called on Google Sheetsgoogle sheets has a call feature when entering phone numbers into data tables, via callers installed on the computer.
- 6 useful functions in Google Sheets you may not know yetin this article, i will show you 6 useful functions for the google sheets spreadsheet that you should know such as vlookup, countif, sumif, join, index, ... in addition, you can refer to the functions. and other tips follow the link in the post.
- How to fix Google Sheets not allowing scrollinggoogle sheets is a free and easy to use spreadsheet application that works right out of the box. however, sometimes users face some glitches.
- How to count words on Google Sheetson google sheets, to count the number of words in each cell, users can use the formula with the counta function.