+ Reply to Thread
Results 1 to 3 of 3

Count repeat values in a column which are in a series

  1. #1
    Registered User
    Join Date
    03-12-2021
    Location
    Fort Lauderdale, FL
    MS-Off Ver
    2019
    Posts
    1

    Count repeat values in a column which are in a series

    In the attachment, you'll see there are a series of numbers. Some are repeated throughout the column. I'd like to set up a formula to find out how many times a certain number repeats. For example, "1a" repeats 4 times throughout the column, "2a" 9 times, etc... Tried a =COUNTIF(A2:A11,"1a") but just returns 0.
    Much appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Count repeat values in a column which are in a series

    Hi,
    How about that?

    =SUM(--(ISNUMBER(SEARCH(" "&$B$1," "&$A$2:$A$11))))
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,776

    Re: Count repeat values in a column which are in a series

    Wrong formula
    Last edited by CARACALLA; 03-12-2021 at 04:46 PM.

+ 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. Repeat array values with row count
    By druva in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-12-2016, 10:11 AM
  2. [SOLVED] Count repeat occurance, with duplicate values
    By Andrewjs in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-01-2016, 04:43 PM
  3. [SOLVED] Repeat Each Value From Column A X Times Based on Another Count
    By hamidxa in forum Excel General
    Replies: 4
    Last Post: 08-04-2015, 09:32 PM
  4. Replies: 7
    Last Post: 03-25-2015, 01:23 PM
  5. [SOLVED] Count repeat numbers in column B based on a condition from Column Al
    By helpbitte in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-24-2012, 10:11 AM
  6. Formula to count how many numbers repeat in a column.
    By simonheller in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-07-2010, 06:43 PM
  7. Repeat values based on number count (without macro)
    By ibexcel in forum Excel General
    Replies: 7
    Last Post: 12-17-2009, 06:35 AM

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