+ Reply to Thread
Results 1 to 3 of 3

Formula to calculate the count of repeating rows

  1. #1
    Registered User
    Join Date
    01-08-2019
    Location
    Australia
    MS-Off Ver
    365
    Posts
    2

    Formula to calculate the count of repeating rows

    Appreciate if anyone can help me with below. Thanks

    I have two columns that i need for an upload. Column C1 contains ID's in numeric and column C2 is incremented everytime when there is a duplicate C1. The increment breaks and starts fresh when there is a new value in C1.

    The output needs to be as below:

    C1 C2
    1 1
    1 2
    1 3
    1 4
    1 5
    1 6
    2 1
    2 2
    2 3
    2 4
    2 5
    2 6
    2 7
    3 1
    3 2
    3 3
    3 4
    3 5
    3 6
    4 1
    4 2
    4 3
    4 4
    4 5
    4 6

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Formula to calculate the count of repeating rows

    so.... you need the formula for column B?
    =COUNTIF(A$1:A1,A1)

    welcome to the forum by the way.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    01-08-2019
    Location
    Australia
    MS-Off Ver
    365
    Posts
    2

    Re: Formula to calculate the count of repeating rows

    Thanks it worked.

+ 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. Simple Index Match Formula with repeating rows of Data
    By 13pbeers in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-10-2018, 10:19 PM
  2. Autofill formula every 105 rows, while repeating
    By tprimo_acosta in forum Excel General
    Replies: 11
    Last Post: 10-04-2018, 05:55 PM
  3. Count cells in repeating rows based on change in social security number
    By Mt1013 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-20-2016, 06:16 PM
  4. [SOLVED] Formula to Count Up to a Specific Value as Repeating Number
    By rylock in forum Excel General
    Replies: 9
    Last Post: 10-25-2014, 06:32 PM
  5. [SOLVED] Repeating sum formula every fourth block of rows
    By sjshah82 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-26-2013, 04:13 PM
  6. creating a repeating formula that doesn't show repeating values
    By cybershot in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 12-09-2010, 06:12 PM
  7. Replies: 2
    Last Post: 03-30-2010, 12:41 PM

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