+ Reply to Thread
Results 1 to 10 of 10

Are there duplicate cells in my rows?

  1. #1
    Registered User
    Join Date
    09-24-2015
    Location
    Massachusetts
    MS-Off Ver
    2010
    Posts
    28

    Are there duplicate cells in my rows?

    Hello friends, I have a spreadsheet of more than a thousand rows, each with 10 columns worth of data. For A1:J1267, every cell has content. I want to see in each row whether or not there are any duplicates, and not in the conditional formatting way that makes me have to do each row individually. Is there a formula I could drag down in Column K that would give me a True or False for each row?

    Thanks for your help!
    Last edited by btbrennan81; 01-10-2019 at 12:22 PM. Reason: Mark Solved

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Are there duplicate cells in my rows?

    Assuming headers are in row 1, try this in K2:

    =SUMPRODUCT(COUNTIF(A2:J2,A2:J2))>COUNTA(A2:J2)

  3. #3
    Registered User
    Join Date
    09-24-2015
    Location
    Massachusetts
    MS-Off Ver
    2010
    Posts
    28

    Re: Are there duplicate cells in my rows?

    It worked when the data in the fields were only numbers. Unfortunately, The data in the fields is not always a number, sometimes it is alphanumeric.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Are there duplicate cells in my rows?

    Did you use COUNT or COUNTA?

  5. #5
    Registered User
    Join Date
    09-24-2015
    Location
    Massachusetts
    MS-Off Ver
    2010
    Posts
    28

    Re: Are there duplicate cells in my rows?

    I copied and pasted your formula, so COUNTA

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Are there duplicate cells in my rows?

    I originally had COUNT in there but quickly edited it to COUNTA to account for non-numeric entries.

    Maybe you copied the original before the edit? The formula that's in there now should account for text as well as numbers.

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Are there duplicate cells in my rows?

    Maybe

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  8. #8
    Registered User
    Join Date
    09-24-2015
    Location
    Massachusetts
    MS-Off Ver
    2010
    Posts
    28

    Re: Are there duplicate cells in my rows?

    Both ways worked, thank you both!

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Are there duplicate cells in my rows?

    Happy to help. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  10. #10
    Registered User
    Join Date
    09-24-2015
    Location
    Massachusetts
    MS-Off Ver
    2010
    Posts
    28

    Re: Are there duplicate cells in my rows?

    I have marked it solved!

+ 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] Identify duplicate rows and copy/Paste the first cell to all cells of equal rows
    By vs5 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-15-2014, 06:31 AM
  2. [SOLVED] Conditional formatting of duplicate rows (not duplicate cells)
    By ExcelStefan in forum Excel General
    Replies: 2
    Last Post: 06-19-2012, 06:09 AM
  3. Mass transpose cells for duplicate rows
    By reliccross in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-28-2011, 12:46 PM
  4. duplicate rows...merge cells
    By matinha052 in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 10-20-2010, 07:40 AM
  5. Merge cells and remove duplicate rows
    By mbgritten in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-27-2009, 10:55 AM
  6. delete duplicate rows - looking at specific cells
    By wheelscpa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2008, 07:07 PM
  7. Highliting Duplicate Cells across multiple rows
    By equinekingdom in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-13-2006, 08:34 PM

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