+ Reply to Thread
Results 1 to 5 of 5

Running Count/Occurrence of list using a dynamic array formula

  1. #1
    Registered User
    Join Date
    09-10-2007
    Location
    Texas, USA
    MS-Off Ver
    Office 365 (2016)
    Posts
    95

    Running Count/Occurrence of list using a dynamic array formula

    Hello all,
    My list array is in C6#.
    I want to enter a dynamic array formula into D6 that would list the occurrence of the value in the adjacent cell in column C.
    here is the desired result.
    Screenshot 2022-02-08 092146.png
    Last edited by Coley356; 02-11-2022 at 11:59 AM.

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: Running Count/Occurrence of list using a dynamic array formula

    if sequential order, as inferred, one option might be:

    D6:
    =1+SEQUENCE(COUNT(C6#))-MATCH(C6#,C6#,0)

  3. #3
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,084

    Re: Running Count/Occurrence of list using a dynamic array formula

    try this in cell D6:
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    09-10-2007
    Location
    Texas, USA
    MS-Off Ver
    Office 365 (2016)
    Posts
    95

    Re: Running Count/Occurrence of list using a dynamic array formula

    Thank you janmorris, but I needed to keep my list range dynamic as C6#.

  5. #5
    Registered User
    Join Date
    09-10-2007
    Location
    Texas, USA
    MS-Off Ver
    Office 365 (2016)
    Posts
    95

    Re: Running Count/Occurrence of list using a dynamic array formula

    Perfect! thank you XLent, this is exactly what i needed!

+ 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] Running aggregate using dynamic array
    By hullez in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-10-2021, 03:23 AM
  2. [SOLVED] Return most recent occurrence in list based on multiple array criteria
    By Marbleking in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-05-2020, 03:37 PM
  3. [SOLVED] Running count of items in a column performed with a dynamic array formula
    By Marbleking in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-17-2020, 02:00 PM
  4. How to count occurrence of strings from array (row) in a column
    By oshikawa1140 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2015, 11:05 AM
  5. [SOLVED] Count number of occurrence in column and print to array
    By ggilzow in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-10-2013, 12:44 PM
  6. [SOLVED] Create 1-col array identifying occurrence count in a 1-col array
    By empsall in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-26-2013, 12:50 PM
  7. Replies: 4
    Last Post: 03-29-2012, 09:01 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