+ Reply to Thread
Results 1 to 4 of 4

Formula to show number of same numbers (0 or 1) in a row

  1. #1
    Registered User
    Join Date
    02-22-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Formula to show number of same numbers (0 or 1) in a row

    Hi Guys,

    I was wondering if anyone had a formula that I can drag UP column B here, that would show the number of consequentive 0's or 1's as shown in the example below:

    A B

    0 3
    0
    0
    1
    0
    1 2
    1
    0


    My data set has approx 2000 values as in column A so a formula for this would be very helpful!

    Also Remember we are working UPWARDS, very important here.

    Thank you so much!

    Ben

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula to show number of same numbers (0 or 1) in a row

    Try in Row 2

    =IF(AND(A2<>A1,A2=A3),MATCH(LOOKUP(A2,{0,1},{1,0}),A2:$A$2001,0)-1,"")
    Attached Files Attached Files
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    02-22-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Formula to show number of same numbers (0 or 1) in a row

    Thanks so much, hats exactly what I wanted to do!

    Now would it also be possible to do the following:

    I am looking to bet that sequence continues like the last digit. so as below, the first digit is 0, so i bet 0 = WIN, the next number is 0 = win. the next number is one = LOSS. Coversely the same for 1's = 2 or more 1's in a row = win.

    example of it is below:

    A B


    0
    0 WIN
    0 WIN
    1 LOSS
    1 WIN
    0 LOSS
    1 LOSS
    0 LOSS


    Thanks again!

    Ben

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula to show number of same numbers (0 or 1) in a row

    In Cell C3 of the earlier spreadsheet

    Please Login or Register  to view this content.
    Copy down

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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