+ Reply to Thread
Results 1 to 5 of 5

How do I find duplicates rows and columns?

  1. #1
    Forum Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    How do I find duplicates rows and columns?

    I can find duplicates in a single column but I need to identify duplicates if everything matches except one column. So A:H matches but not I. Basically the same as removing duplicates and how you can select the columns, but instead of removing, I need to highlight.

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: How do I find duplicates rows and columns?

    Based on your description: =COUNTIF(B2:H2,A2)=7 will yield TRUE all the column data matches.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Forum Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    Re: How do I find duplicates rows and columns?

    Thanks dflak, i'm not sure how that will accomplish what I need though. I've attached a workbook with what I want vs what I have.

    The rows have to be highlighted so I can identify the duplicates.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: How do I find duplicates rows and columns?

    Try

    in I2

    =IF(COUNTIFS(A:A,A2,B:B,B2,C:C,C2,D:D,D2,E:E,E2,F:F,F2,G:G,G2)>1,1,0)

    copy down

    use CF to highlight all cells where column I is 1
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    Re: How do I find duplicates rows and columns?

    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VBA find concatenated duplicates in columns and delete redundant rows
    By vio.coman in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-07-2015, 10:34 AM
  2. Find Duplicates across 2 pairs of columns (2 columns against 2 columns)
    By erjfly2013 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-09-2015, 06:52 PM
  3. [SOLVED] Macro to find duplicates, then move data from rows into columns
    By givemepuppies in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-27-2014, 10:33 AM
  4. Macro To Find Rows With Duplicates, Compare Cells, And Delete Rows. - Excel
    By Kwame001 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-26-2013, 10:41 AM
  5. [SOLVED] Find duplicates rows, sum cells then remove duplcate rows
    By Wagstaff in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-22-2013, 09:37 AM
  6. Replies: 1
    Last Post: 02-13-2012, 08:08 PM
  7. Replies: 13
    Last Post: 08-23-2011, 11:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1