About 1,761,730 results (5,435 milliseconds)

Identify duplicates between two columns in Google Sheets - Google ...

https://support.google.com/docs/thread/152011014/identify-duplicates-between-two-columns-in-google-sheets?hl=en
Feb 23, 2022 ... I am looking to have column A(entire column) cells highlight if there is a match in Column B(Entire column) I thought it would be simple but the formula I ...

Simple Comparing Two Sheets For Duplicates and NON duplicates ...

https://support.google.com/docs/thread/188024328/simple-comparing-two-sheets-for-duplicates-and-non-duplicates?hl=en
Nov 10, 2022 ... I am looking to compare 2 sheets for the following. Sheet 1--Compare Row 8 of Sheet 1 to Column A of Sheet 2. Highlight duplicates on sheet 1 in yellow.

Highlight Duplicates based on two separate columns - Google Docs ...

https://support.google.com/docs/thread/154350325/highlight-duplicates-based-on-two-separate-columns?hl=en
Mar 10, 2022 ... I am working on a sheet where I need to highlight duplicates based on two separate columns without having the formula check the column in between.

Compare 2 sheets for similarities and differences even if on different ...

https://support.google.com/docs/thread/10262301/compare-2-sheets-for-similarities-and-differences-even-if-on-different-rows?hl=en
Jul 20, 2019 ... I added two tabs. · Having verified that most of column C matches I go to the other new tab "check". · Check C formula · ={{"Row","No Match C"}; ...

Highlight duplicate names when last name, first name are in two ...

https://support.google.com/docs/thread/41751435/highlight-duplicate-names-when-last-name-first-name-are-in-two-separate-columns?hl=en
Apr 22, 2020 ... I have used =COUNTIF($A$2:B,Indirect(Address(Row(),Column(),)))>1 but this highlights any duplicate last names within that column, rather than ...

Multiple people working on 1 sheet resulting in entries in wrong cells ...

https://support.google.com/docs/thread/2128157/multiple-people-working-on-1-sheet-resulting-in-entries-in-wrong-cells-and-mixed-up-filters?hl=en
Mar 7, 2019 ... This could either be a list on a separate tab, or it could be Condition Formatting (highlight dupes). You could then delete the duplicate rows.

Compare 2 columns, find duplicates, copy/paste related row data ...

https://support.google.com/docs/thread/23231938/compare-2-columns-find-duplicates-copy-paste-related-row-data?hl=en
Dec 18, 2019 ... Hi BGW,. I created a new sheet in your file called AdamHelp that has a possible solution for you. It uses the formula: =ARRAYFORMULA(IF(A1:A ...

Compare columns in Sheets - Google Docs Editors Community

https://support.google.com/docs/thread/234860840/compare-columns-in-sheets?hl=en
Sep 14, 2023 ... On a spread sheet I have two columns, old data in column A and new data in column B. I'd like to compare the two columns to see if there are any matches.

How to combine two google sheets into one and merge duplicate ...

https://support.google.com/docs/thread/150385917/how-to-combine-two-google-sheets-into-one-and-merge-duplicate-rows-with-conditional-formatting?hl=en
Feb 11, 2022 ... To use the tool, highlight the entire sheet, select the tool, and it will give you an option to uncheck any columns that you don't want to be evaluated for ...

Highlight Duplicates in a Single Row - Google Docs Editors ...

https://support.google.com/docs/thread/231067672/highlight-duplicates-in-a-single-row?hl=en
Aug 19, 2023 ... ... row, it will highlight/turn the name a different color. I am adding columns to the sheet every 2 weeks to the left of column B. For example ...

Query based on duplicates in 2 columns but with different data for ...

https://support.google.com/docs/thread/118080322/query-based-on-duplicates-in-2-columns-but-with-different-data-for-the-duplicate-information?hl=en
Jul 21, 2021 ... This is an example spreadsheet: https://docs.google.com ... Help. The formula in F2 is: =QUERY(. QUERY(A2:B,"select A, B, count(B).

Compare two sheets for changes by column names instead of ...

https://support.google.com/docs/thread/113700259/compare-two-sheets-for-changes-by-column-names-instead-of-hardcoded-ranges?hl=en
Jun 15, 2021 ... In the "CASES" sheet, this is where I store a weekly snapshot of all last week's imported data and I add my additional columns with more ...

Distinct Drop Down in multiple rows AND columns? - Google Docs ...

https://support.google.com/docs/thread/134303955/distinct-drop-down-in-multiple-rows-and-columns?hl=en
Nov 7, 2021 ... Otherwise, can it highlight duplicates and make the cell red if a duplicate is found? I provide these sheets to various people that are running ...

UNIQUE Function still displaying duplicate values from a list of ...

https://support.google.com/docs/thread/272555264/unique-function-still-displaying-duplicate-values-from-a-list-of-alphanumeric-characters?hl=en
May 2, 2024 ... I am trying to remove all the duplicates on each row. ... There are eight rows of sample data, but expected results only span two rows.

Split text, remove duplicates, or trim whitespace - Computer - Google ...

https://support.google.com/docs/answer/6325535?hl=en&co=GENIE.Platform%3DDesktop
Split data into columns · If the data's already in the sheet, select the cells you want to split. · If the data isn't in the sheet yet, paste it.

I want to compare two columns and highlight the row if there is a ...

https://support.google.com/docs/thread/2257731/i-want-to-compare-two-columns-and-highlight-the-row-if-there-is-a-difference?hl=en
Mar 11, 2019 ... I have a tab called OKES, and trying to compare column D & E. The problem is that the script highlights if column D is filled and column E is N/A.

How to delete duplicate and original between two columns in ...

https://support.google.com/docs/thread/138713270/how-to-delete-duplicate-and-original-between-two-columns-in-google-sheets?hl=en
Dec 4, 2021 ... I am looking for a formula that will compare Column A with Column B, look for duplicate data between A and B, and delete both the duplicate data and the ...

Formula to count when 2 columns match in one row but ignore ...

https://support.google.com/docs/thread/159581104/formula-to-count-when-2-columns-match-in-one-row-but-ignore-blanks?hl=en
Apr 12, 2022 ... This is the formula I use to compare the two columns and gives me the ... spreadsheet so this is a bit of a wild guess. =sumproduct( if ...

Checking for duplicates across multiple tabs in one Google Sheet ...

https://support.google.com/docs/thread/216004482/checking-for-duplicates-across-multiple-tabs-in-one-google-sheet?hl=en
May 16, 2023 ... I need help with a formula that can check for duplication in column B across all 3 tabs, and highlight all duplicates, wherever they appear.

Move/copy duplicate rows to another tab - Google Docs Editors ...

https://support.google.com/docs/thread/162237060/move-copy-duplicate-rows-to-another-tab?hl=en
May 3, 2022 ... ... find the duplicates is the contacts email. If two emails exist on the same sheet, how do I move/copy them to a different tab. Thanks. false.