+ Reply to Thread
Results 1 to 4 of 4

Find a set of re-occurring values in more than one columns

  1. #1
    Registered User
    Join Date
    06-05-2013
    Location
    Pakistan
    MS-Off Ver
    Excel 2010
    Posts
    9

    Question Find a set of re-occurring values in more than one columns

    Can anyone help me in finding a way where I could quickly track down all the instances where column-A and column-B have a set of re-occurring more than once in the sheet.
    When the re-occurring values are found, the suggesting formula/function/trick should be able to do either of the following actions:

    Highlight re-occurring values in both Column-A and Column-B
    Write a word "Duplicate" in next column [Column E or F]

    Excel sheet is attached for reference
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Find a set of re-occurring values in more than one columns

    Yes but your question is unclear, please post what the desired outcome is?

    it may be if( countifs(c:C,c2,D:D,d2)>1,"Duplicate","")
    or if( countifs(c$1:C2,c2,D$1:D2,d2)>1,"Duplicate","")

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Find a set of re-occurring values in more than one columns

    Or
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    06-05-2013
    Location
    Pakistan
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Find a set of re-occurring values in more than one columns

    Thanks davsth,
    Your formula perfectly works for me. Stay blessed!

+ 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] Is this possible?? Find most commonly occurring words in a cell
    By lukesmith7 in forum Excel General
    Replies: 6
    Last Post: 08-28-2014, 11:59 AM
  2. Array of last occurring values
    By c_y in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-21-2014, 01:23 PM
  3. [SOLVED] Find the most occurring values in Column A and consolidating each value's quantity
    By savagebabs in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-12-2014, 03:18 PM
  4. [SOLVED] Find Most Common Occurring String Based on Lookup Value
    By kolor in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-11-2013, 09:17 PM
  5. Find and display the most occurring word in a row.
    By SMLTL in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-30-2013, 07:52 PM
  6. Replies: 1
    Last Post: 04-19-2013, 08:30 PM
  7. Find most occurring text within a Table column
    By XxCMoneyxX in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-27-2012, 09:44 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