About 1,867,146 results (2,476 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'm open to a totally new formula btw. As an example if the name "John Smith" is in both columns A AND B, it would highlight the name in column ...

Compare columns in Sheets - Google Docs Editors Community

https://support.google.com/docs/thread/234860840/compare-columns-in-sheets?hl=en
Sep 14, 2023 ... So I need to check if any of the cell values in column B are found anywhere in ... formula in row 2 of an empty column, for example in C2.

Trying to find matching data in two columns on two sheets, then ...

https://support.google.com/docs/thread/240661419/trying-to-find-matching-data-in-two-columns-on-two-sheets-then-return-the-value-of-another-column?hl=en
Oct 24, 2023 ... Below is a small sample of my sheets, but there's a LOT more data than just this. If I can get a formula that works, I'd love that. I added ...

How do I match up values in two columns and sum up the matches ...

https://support.google.com/docs/thread/34775548/how-do-i-match-up-values-in-two-columns-and-sum-up-the-matches?hl=en
Mar 21, 2020 ... As you said, all the formulas give the same result. I personally would use. =sumproduct(B1:B,isnumber(match(Sheet2!A1:A ...

How can I compare values in two columns? - Google Docs Editors ...

https://support.google.com/docs/thread/85389378/how-can-i-compare-values-in-two-columns?hl=en
Nov 26, 2020 ... I have two columns of ID's that come from two different sheets. I load these columns through =unique() formula. These ID's are used to connect data from the ...

Matching 2 columns and returning value from 3rd column - Google ...

https://support.google.com/docs/thread/3989016/matching-2-columns-and-returning-value-from-3rd-column?hl=en
Apr 11, 2019 ... I need help with a formula that can look at all the cells of column D, find out the matching cells in column A, and then return the relevant ID-number to ...

Compare data in two columns (but filter-out some data in one of the ...

https://support.google.com/docs/thread/223785256/compare-data-in-two-columns-but-filter-out-some-data-in-one-of-the-columns?hl=en
Jul 2, 2023 ... mp4" from the entire column—which then matches. BUT it would be great if there was some formula to filter out '.mp4" so I can not only save time ...

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 ... It uses filter to make a two column list of values from sheet2 ... Check formula for column A. =ArrayFormula(if(Sheet1!C1:C="",,iferror ...

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.

Match two columns of data and correlate matching data from a 3rd ...

https://support.google.com/docs/thread/285697031/match-two-columns-of-data-and-correlate-matching-data-from-a-3rd-column?hl=en
Jul 16, 2024 ... I'm trying to find a formula to match/compare the 2 email columns and return the "ID" value to the "Matching ID" that is inline with the ...

How do I sort linked columns by matching values? - Google Docs ...

https://support.google.com/docs/thread/77097534/how-do-i-sort-linked-columns-by-matching-values?hl=en
Oct 15, 2020 ... How can I match and sort two columns of EAN numbers, and connect them to the stock amount? ... Then I used this formula in B3 of the "Matched Data ...

Highlight duplicates in different columns and different sheets ...

https://support.google.com/docs/thread/9638125/highlight-duplicates-in-different-columns-and-different-sheets?hl=en
Jul 10, 2019 ... I would love some help highlighting duplicates in different columns. I explored some formulas but they didn't seem to work for my situation.

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 ... ... values in them, but I have some blank rows in the field I want to check and it counts the matching blanks as well. I want the blanks to be ...

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 ... 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="",,IFERROR( ...

How to insert values from one column if there's a match in another ...

https://support.google.com/docs/thread/252642930/how-to-insert-values-from-one-column-if-there-s-a-match-in-another?hl=en
Jan 9, 2024 ... =arrayformula(iferror(vlookup(. C1:C,. 'Tab 2'!A1:B,. columns('Tab 2'!A1:B),. true. ))) This array formula will fill a whole column in one go.

Need a function that flags non-matching cell values from VLOOKUP ...

https://support.google.com/docs/thread/112282330/need-a-function-that-flags-non-matching-cell-values-from-vlookup?hl=en
Jun 3, 2021 ... ... formula that pulls data from the Archive tab into columns AE through AM. ... It doesn't need to check any lower in column L. The other 4000 rows ...

How to compare two columns, find matches, create a third column ...

https://support.google.com/docs/thread/170996175/how-to-compare-two-columns-find-matches-create-a-third-column-showing-the-matches?hl=en
Jul 13, 2022 ... I need help with a formula that can do this for me. I have created a demo spreadsheet - see below. In this sheet, Column A is the "master", and ...

Using Vlookup / array formula with two columns of reference data ...

https://support.google.com/docs/thread/163110587/using-vlookup-array-formula-with-two-columns-of-reference-data?hl=en
May 10, 2022 ... Both on the [search key] parameter as well as the FIRST column ... matches running from bottom to top - does that mean it needs to be ...

How to create a formula listing duplicate values in a new column ...

https://support.google.com/docs/thread/4456931/how-to-create-a-formula-listing-duplicate-values-in-a-new-column?hl=en
Apr 18, 2019 ... I can do simple countifs to find which ones are duplicates, but am failing to create a list of duplicates. I tried to use the formulas in this ...