+ Reply to Thread
Results 1 to 3 of 3

Sequential count issue

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Sequential count issue

    I am trying to produce a sequential count of column AD if the cell value is Yes. Using the formula provided I am able to get a count but "2" is skipped. I get a count of 1, 3, 4 etc.

    Posed in cell AE3 and copied down.

    =IF(AD3="Yes",SUM(IF(COUNTIF(AD$1:AD2,AD3)<>1,0,COUNTIF(AD$1:AD2,AD3)),AE2)+1,0)

    Jim O
    Last edited by JO505; 08-29-2015 at 04:00 PM.

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

    Re: Sequential count issue

    Not sure if you need that long-wounded formula. Simply use..

    =IF(AD3="Yes",COUNTIF(AD$1:AD2,AD3)+1,0)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Sequential count issue

    Thanks much,

    That is what I was looking for.

    Jim O

+ 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] Count sequential numbers
    By pykywannabe in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-16-2015, 10:28 AM
  2. [SOLVED] Count Sequential Recurrences
    By Mironz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-03-2015, 01:26 PM
  3. [SOLVED] count the number of sequential duplicates
    By SRD75 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2013, 11:35 PM
  4. [SOLVED] Count Sequential Numbers
    By AJRIGNEY in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-08-2012, 12:08 PM
  5. Help with sequential Count
    By Jogier505 in forum Excel General
    Replies: 3
    Last Post: 02-06-2011, 08:15 PM
  6. Count sequential zeros in a column
    By ktpalmer in forum Excel General
    Replies: 1
    Last Post: 06-20-2010, 09:52 PM
  7. formula to count sequential numbers
    By chromejunkie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2009, 02:28 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