+ Reply to Thread
Results 1 to 4 of 4

Check occurrence/duplicates against a list

  1. #1
    Registered User
    Join Date
    02-08-2012
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    9

    Check occurrence/duplicates against a list

    Hi guys,

    I'm trying to determine if each value in a list (a, b, c) appears against different types. For example, I can see that value a) is duplicated (type 1, type 2). I can also see value b is duplicated (2, 4). If a value (a is appearing twice against the same type then it can be ignored). I need to be able to spit out what type each one matches (see below)


    Clean, Type, Duplicated
    a 1 1,3
    b 2 3,4
    c 2 no
    a 3 no
    b 4 no
    a 1 no
    Attached Files Attached Files
    Last edited by ukguy; 04-02-2020 at 12:04 PM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,659

    Re: Check occurrence/duplicates against a list

    Administrative note

    Welcome to the forum

    in your haste to solve your problem, you probably missed the yellow banner advising how to get answers faster by posting a sheet ?

    Please take a moment to read it and attach a sheet accordingly.

    Thanks you for helping us help you

  3. #3
    Registered User
    Join Date
    02-08-2012
    Location
    London
    MS-Off Ver
    Excel 2016
    Posts
    9

    Re: Check occurrence/duplicates against a list

    Anyone?

  4. #4
    Registered User
    Join Date
    03-22-2020
    Location
    Malaysia
    MS-Off Ver
    2013 and 365 Pro Plus
    Posts
    56

    Re: Check occurrence/duplicates against a list

    See my sample

    I avoid using any volatile formula

    A few helper column

    example on how i remove the duplicate is on cell E2

    =IF(COUNTIF(A$1:A2,IF(COUNTIF(A:A,A2)>1,A2,""))>1,"",IF(COUNTIF(A:A,A2)>1,A2,""))
    Attached Files Attached Files

+ 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] Compare to Columns and check for duplicates only adding names ONCE to out come list
    By Chris76 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-23-2018, 11:24 PM
  2. Validation: Restrict entries to those in a list and check for duplicates
    By scross in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-01-2018, 02:54 PM
  3. [SOLVED] Convert Ex. Macro to Only look at filtered cells in a list and check for duplicates.
    By merlin2525 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-05-2017, 02:02 PM
  4. How to check the sequence of occurrence in a list
    By aldreanm in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-15-2016, 04:47 PM
  5. [SOLVED] Submit duplicates from the second occurrence
    By vic7or in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-22-2013, 08:52 AM
  6. Check list for duplicates and display message
    By vote4pedro in forum Excel General
    Replies: 9
    Last Post: 09-01-2008, 08:39 AM
  7. [SOLVED] How to check for duplicates in a list of names and dates
    By Robert,MofD in forum Excel General
    Replies: 5
    Last Post: 04-30-2005, 07:06 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