+ Reply to Thread
Results 1 to 4 of 4

Finding only triple occurances of duplicate items

  1. #1
    Forum Contributor
    Join Date
    12-02-2013
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    112

    Lightbulb Finding only triple occurances of duplicate items

    Hi, there's rows A and B as follows:

    A B
    1 9
    6 7
    21 30
    1 9
    9 1
    21 30
    Please Login or Register  to view this content.
    I am trying to display
    Please Login or Register  to view this content.
    C D
    1 9
    Please Login or Register  to view this content.
    as the resolution .

    By using the formula
    "=IFERROR(INDEX(A$1:A$5,SMALL(IF(FREQUENCY($A$1:$A$7*$B$1:$B$7/

    ($A$1:$A$7+$B$1:$B$7),

    $A$1:$A$7*$B$1:$B$7/($A$1:$A$7+$B$1:$B$7))>1,ROW($A$1:$A$7)-

    MIN(ROW($A$1:$A$7))+1),ROWS($1:1))),"") "

    the resolution is
    Please Login or Register  to view this content.
    C D
    1 9
    21 30
    Please Login or Register  to view this content.
    As there are duplicates in upper example however desired answer is supposed to be only 1 and 9 in Rows C and D excluding 21 and 30 because they have occurred only twice not thrice.

    Is there a way to achieve the desired resolution by editing or entering an entirely new formula or way?

    thanks

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Finding only triple occurances of duplicate items

    hmmm
    use the formula button so you dont paste a formula over 4 lines....

    not sure how your example came up to A7 when there are 6 lines of data

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


    adjust the range accordingly
    Attached Files Attached Files
    Last edited by humdingaling; 04-30-2018 at 12:56 AM. Reason: file attached
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: Finding only triple occurances of duplicate items

    Perhaps you need helper column, and the array formula is

    put in D2 and entered as array and copied down

    =IFERROR(INDEX($F$2:$F$7,MATCH(0,COUNTIF(D1:$D$1,$F$2:$F$7)+IF(COUNTIF($F$2:$F$7,$F$2:$F$7)>1,0,1),0)),"")
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    12-02-2013
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: Finding only triple occurances of duplicate items

    Thank for the answer, your awesome

+ 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] triple integral using Simpson's 1/3 rule - Problem with finding particular arrays
    By vick2075 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-02-2016, 11:01 AM
  2. [SOLVED] Finding Duplicate Items on 2 Different Sheets
    By berman53 in forum Excel General
    Replies: 4
    Last Post: 08-13-2015, 02:06 PM
  3. Replies: 6
    Last Post: 03-02-2012, 10:39 AM
  4. Dcount for finding Occurances in Column
    By neerajvc in forum Excel General
    Replies: 15
    Last Post: 07-28-2010, 07:14 PM
  5. Vlookup - finding multiple occurances
    By zinzah in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-25-2008, 07:26 AM
  6. Finding number of occurances of values
    By JackRnl in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-09-2006, 07:53 PM
  7. [SOLVED] Finding the most frequent occurances
    By Bear in forum Excel General
    Replies: 4
    Last Post: 11-07-2005, 02:35 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