Results 1 to 4 of 4

Finding only triple occurances of duplicate items

Threaded View

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

    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

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