+ Reply to Thread
Results 1 to 5 of 5

Problem with highlighting date duplication

  1. #1
    Registered User
    Join Date
    05-14-2015
    Location
    Rio de Janeiro, Brazil
    MS-Off Ver
    EXCEL 2013
    Posts
    20

    Problem with highlighting date duplication

    Hello, Gents!

    I really need help on something here! I have a Workbook with two worksheets in it. In both sheets there are many numbers and letters per row, and I do have to compare them so as to find duplicates (crosschecking the values - 24k in one sheet and 1,2k in another).

    But there is one little problem, sometimes they are not exact values, for example, sometimes the sequence is different, like "183003 / PAAE23" in one sheet and "PAAE23-183 003" in other, but still the same file. Is this case, how would I be able to find the duplicates? attached you can find the sheet Book1.xlsx.

    E (column) sheet1 P (column) sheet 2
    167046/ PAAE233013 PAAE23 3013 / 1670 46
    167047/ PAAE233013 PAAE23 3013 / 1670 47
    167048/ PAAE233013 PAAE23 3013 / 16704 8



    Thanks in advance for your help !

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Problem with highlighting date duplication

    Hi, welcome to the forum

    Those are not values anyway, they are text. To save us wading through all that, can you point out a few duplicates that you know of?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-14-2015
    Location
    Rio de Janeiro, Brazil
    MS-Off Ver
    EXCEL 2013
    Posts
    20

    Re: Problem with highlighting date duplication

    Hi, FDibbins. Thanks for your answer!!

    I think that most of the items are equal, sorry. But could you help me with crosschecking the sheets? For example, I'd like to highlight all the items that appear in the sheet 2 and are also in the sheet 1 and vice versa. Is that possible?

    Thanks!

  4. #4
    Valued Forum Contributor
    Join Date
    02-02-2016
    Location
    Indonesia
    MS-Off Ver
    Office 365
    Posts
    1,004

    Re: Problem with highlighting date duplication

    Simple vlookup could help.
    The steps:
    1. In sheet1 cell B1 copy paste this: =VLOOKUP(A1,Sheet2!A$1:A$284,1,FALSE)
    The part “$284’ is the last row with data in sheet2, you may change it if the data changes.
    Copy cell B1 > select B1 until the last row>paste
    2. In sheet2 column B copy paste this: =VLOOKUP(A1,Sheet1!A$1:A$2250,1,FALSE)
    The part “$2250’ is the last row with data in sheet1, you may change it if the data changes.
    Copy cell B1 > select B1 until the last row>paste.

    In column B, the ones with #N/A means there is no duplicates in the other sheet.
    But this method doesn’t solve the ‘different sequence’ problem.

    Note:
    If you run into error, in the formula above, try to change character , to ; so it becomes:
    =VLOOKUP(A1;Sheet2!A$1:A$284;1;FALSE)
    =VLOOKUP(A1;Sheet1!A$1:A$2250;1;FALSE)
    It’s a languange setting issue.

  5. #5
    Registered User
    Join Date
    05-14-2015
    Location
    Rio de Janeiro, Brazil
    MS-Off Ver
    EXCEL 2013
    Posts
    20

    Re: Problem with highlighting date duplication

    Woww!! Thanks a lot man! worked like a arrow and bow!!

    Thanks to everyone!

+ 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] Blanks cells against date picking row to column without duplication
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-24-2015, 04:52 AM
  2. Blanks cells against date picking without duplication in row to column
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-26-2015, 08:40 AM
  3. Highlighting complex duplication
    By MjRmatt in forum Excel General
    Replies: 1
    Last Post: 08-03-2010, 06:41 AM
  4. Highlighting cells that have duplication in a set number of charictors
    By holloway1000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-09-2009, 04:02 AM
  5. Duplication Problem
    By pankajinfo in forum Excel General
    Replies: 2
    Last Post: 04-18-2008, 04:20 AM
  6. Date Verification & Duplication Error
    By dok112 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-24-2006, 01:01 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