+ Reply to Thread
Results 1 to 4 of 4

Marking duplicates if condition

  1. #1
    Registered User
    Join Date
    01-10-2019
    Location
    USA
    MS-Off Ver
    2017
    Posts
    2

    Question Marking duplicates if condition

    Hello Guys!

    I just found this great place
    I look for some answer but I can not do it.

    I need to mark duplicates using some if condition.
    The formula I looking for is showed in the picture below.

    Excel.PNG

    One user can have the same number, but different users cannot have it.
    How to solve it using simple formulas in excel?

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: Marking duplicates if condition

    With your data starting in A1:B7

    Select B1:B7

    Conditional Formatting
    New Rule
    Use a formula to determine...

    =SUMPRODUCT((B$1:B$7=B1)*(A$1:A$7<>A1))>0
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Marking duplicates if condition

    A picture gives us nothing to work with because we can't see where your data is located.

    Assuming that your sample table is in B2:C8, applying conditional formatting using the following formula as a rule will highlight the same as your sample.

    =COUNTIFS($B$1:$B$8,"<>"&$B2,$C$1:$C$8,$C2)

    For more on conditional formatting and how to apply it, have a look at https://support.office.com/en-us/art...b-f1951ff89d7f

  4. #4
    Registered User
    Join Date
    01-10-2019
    Location
    USA
    MS-Off Ver
    2017
    Posts
    2

    Re: Marking duplicates if condition

    We can assume that it starts in A1.
    Special-K have a great idea!
    jason.b75 more simple solution. Both I like.
    Last edited by excelforumFox; 01-10-2019 at 11:57 AM.

+ 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] Marking the latest date in a set with duplicates in a column
    By provanities in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-27-2018, 07:54 AM
  2. Marking duplicates for later use
    By MILEHIEAGLE in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-02-2016, 02:31 PM
  3. marking duplicates
    By comp23 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2012, 03:29 PM
  4. Excel 2007 : Removing duplicates with a condition
    By MattyNinja in forum Excel General
    Replies: 3
    Last Post: 03-26-2010, 10:45 AM
  5. Finding and marking duplicates
    By Pat in forum Excel General
    Replies: 5
    Last Post: 06-02-2006, 10:50 AM
  6. [SOLVED] Marking Duplicates
    By Daniell in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-26-2005, 06:10 PM
  7. [SOLVED] 2 condition Duplicates
    By wal50 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-21-2005, 03: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