+ Reply to Thread
Results 1 to 2 of 2

Finding Duplicate strings of text/numbers

  1. #1
    Registered User
    Join Date
    09-08-2017
    Location
    Lisbon
    MS-Off Ver
    2016
    Posts
    1

    Finding Duplicate strings of text/numbers

    Hello,

    First of all, thanks in advance for any help provided.

    Here is the issue, I'm trying to find a way to find duplicate string of values in a sheet
    Example:

    1- ZZZ-ABCD-12345A
    2- ZZZ-ABCD-12345B
    3- ZZZ-QWE-1346A
    4- ZZZ-QWE-1346B
    5- ZAA-POU-9876B
    6- ZAA-POU-9876A
    7- ...
    8- ... etc

    I need to either highlight the common values or assign another column so its easier to sort them out, Thanks again for any assistance again.
    Last edited by Lamm3rrr; 09-08-2017 at 08:13 AM.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Finding Duplicate strings of text/numbers

    Hi Lamm3rrr and welcome to the forum,

    I'd create a Helper Column and use the Mid() function to extract the strings. Then test the Helper for duplicates.

    If your strings are in Column A starting in A1 then this would be my function:

    =Mid(A1,5,9)

    See if that works for you. Using your example above that will work. If you have more involved data it may not work.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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. Help with finding text strings in other text strings.
    By GBrennan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-21-2012, 11:38 AM
  2. Finding multiple strings of text within one cell
    By jacquiG in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-06-2012, 03:35 PM
  3. [SOLVED] Highlighting Text through finding strings
    By dluhut in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-28-2012, 01:43 PM
  4. Replies: 6
    Last Post: 03-08-2012, 10:35 AM
  5. Finding duplicates inside text strings
    By snoopy1461 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2011, 11:08 AM
  6. [SOLVED] Finding text strings in complex situations
    By Hardel in forum Excel General
    Replies: 6
    Last Post: 07-25-2006, 09:00 AM
  7. Finding 13 character codes in text strings
    By Bhupinder Rayat in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-25-2006, 12:20 PM
  8. Finding Duplicate text strings with a single column
    By Ed P in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-17-2005, 12:06 AM

Tags for this Thread

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