+ Reply to Thread
Results 1 to 4 of 4

Formula for counting number of 1 occurs twice

  1. #1
    Registered User
    Join Date
    03-19-2010
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010, 2007,2002
    Posts
    60

    Formula for counting number of 1 occurs twice

    In the attached workbook I have a couple columns of values that are either 1 or 0. I need a formula that will count the number of times 1 occurs 2 times consecutively in each column. If there are four 1's in a row that would count as 2 for example.
    Attached Files Attached Files
    Last edited by rmb623; 08-09-2011 at 02:48 PM.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Formula for counting number of 1 occurs twice

    Try the attached workbook, does that help?
    Attached Files Attached Files

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula for counting number of 1 occurs twice

    Try:

    =SUM(INT(FREQUENCY(IF(A2:H2=1,COLUMN(A2:H2)),IF(A2:H2=0,COLUMN(A2:H2)))/2))

    confirmed with CTRL+SHIFT+ENTER not just ENTER.

    Note: If 3 1's occur it is counted as 1 only.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Registered User
    Join Date
    03-19-2010
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010, 2007,2002
    Posts
    60

    Re: Formula for counting number of 1 occurs twice

    thank you works great Andrew

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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