+ Reply to Thread
Results 1 to 2 of 2

I am looking for a solution that will identify that duplicate numbers.

  1. #1
    Registered User
    Join Date
    01-02-2021
    Location
    United States
    MS-Off Ver
    office 365
    Posts
    17

    I am looking for a solution that will identify that duplicate numbers.

    I am looking to create a spread sheet that will have entries from 3 to 4 numbers. I am looking for a way to make the out put identify numbers that contain duplicates using letters ABCD. The input could be single cell or all numbers in one cell(1,2,3 or 123). Any help would be greatly appreciated. Thank you.

    Example:

    123 = ABC
    122 = ABB
    222 = AAA
    322 = ABB


    1234 = ABCD
    4566 = ABCC
    7778 = AAAB
    7777 = AAAA
    1229 = ABBC.

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: I am looking for a solution that will identify that duplicate numbers.

    =IF(COUNTIF(B1:B9,B1:B9)>1,"Duplicate","")
    Attached Files Attached Files
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ 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. Replies: 3
    Last Post: 11-12-2019, 01:47 AM
  2. identify duplicate numbers on a row
    By pedersenn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-08-2016, 02:45 PM
  3. [SOLVED] Help identify duplicate numbers and extract.
    By rham243 in forum Excel General
    Replies: 1
    Last Post: 09-30-2015, 07:23 PM
  4. Macros Needed to identify duplicate invoice numbers
    By ella.nguyen2603 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-18-2014, 05:54 PM
  5. [SOLVED] identify duplicate numbers
    By bnwash in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-20-2012, 02:16 AM
  6. [SOLVED] Identify duplicate in numbers separated by comma
    By kb1967 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-26-2012, 12:00 PM
  7. [SOLVED] How do I identify duplicate numbers in Excel?
    By Patrick in forum Excel General
    Replies: 1
    Last Post: 02-01-2006, 12:45 PM

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