+ Reply to Thread
Results 1 to 3 of 3

Counter Formula

  1. #1
    Registered User
    Join Date
    08-08-2014
    Location
    Here and There
    MS-Off Ver
    2010
    Posts
    25

    Counter Formula

    Hi,
    I need a formula that will let me know if a specific value repeats more than x times in a column.
    See an example attached. Column A has a list of names. some of them repeat. I need a formula that will give me in column B all the names that repeat more than 5 times.
    Thanks
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Counter Formula

    You could do this fairly easily with a helper and filters.

    Put this in C2 and copy down...
    =IF(COUNTIF($A$2:A2,A2)>5,1,"")

    Then apply filters and filter on 1
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,628

    Re: Counter Formula

    Array formula in B2, then dragdown. See attached file.
    Please Login or Register  to view this content.
    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. Replies: 1
    Last Post: 08-20-2014, 05:45 PM
  2. Can you put a counter to 001 rather that 1?
    By v2jtb in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-04-2010, 03:13 PM
  3. Excel 2007 : Formula to counter check data input
    By robinx1578 in forum Excel General
    Replies: 2
    Last Post: 09-20-2009, 07:56 PM
  4. Convert formula (used in counter) to text
    By R Guzman in forum Excel General
    Replies: 1
    Last Post: 07-17-2005, 06:05 PM
  5. [SOLVED] Row counter in formula
    By jjpcpanama in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-23-2005, 03:06 AM

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