+ Reply to Thread
Results 1 to 3 of 3

help finding patterns in columns?

  1. #1
    Registered User
    Join Date
    02-05-2019
    Location
    madison, wisconsin
    MS-Off Ver
    10
    Posts
    2

    help finding patterns in columns?

    I have coded activities as 1, 2, 3 etc.
    I am trying to find how often a person completes a "1" activity before a "3" activity. I'd like to identify where these patterns are on the spreadsheet and get a total count of how many times it happens.


    I have attached a sample spreadsheet.

    Is there an easy way to do this? I don't really understand macros (but from what I've gathered they may be my answer) but am willing to try to learn if there is any reading material that is somewhat basic/doesn't require extensive knowledge to understand?

    thank you!
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: help finding patterns in columns?

    This formula will tell you how many times the sequence 1-3 occurs in your list.

    =COUNTIFS(B3:B19,1,B4:B20,3)
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    02-05-2019
    Location
    madison, wisconsin
    MS-Off Ver
    10
    Posts
    2

    Re: help finding patterns in columns?

    Hi Jeff, thank you for responding but I don't think this works. When I use this formula it returns the value 0 even though I can clearly see that the 1-3 sequence is occurring.


    edit: I apologize. it works when I type it manually.
    Last edited by HMexcel; 02-05-2019 at 02:12 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. Finding patterns in a list of numbers for EXCEL spreadsheet
    By Herotrader in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-24-2018, 04:42 PM
  2. [SOLVED] Excel finding patterns across data range
    By hazzaska in forum Excel General
    Replies: 5
    Last Post: 04-21-2017, 02:42 AM
  3. finding the frequency of patterns in data set
    By fatterthanelvis in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-27-2016, 08:28 AM
  4. Finding Patterns in String of Text in One Column
    By HDTV in forum Excel General
    Replies: 3
    Last Post: 10-08-2014, 08:03 AM
  5. [SOLVED] finding patterns in a range of cells
    By shart2k12 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 12-27-2013, 11:07 AM
  6. Finding patterns
    By GaidenFocus in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-06-2012, 03:59 PM
  7. Finding same patterns in groupings of cells
    By modoud in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-19-2007, 01:19 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