+ Reply to Thread
Results 1 to 9 of 9

Counting non blank values every 7th row

  1. #1
    Registered User
    Join Date
    04-01-2015
    Location
    Seattle
    MS-Off Ver
    Last Mircrosoft office
    Posts
    65

    Counting non blank values every 7th row

    Hi Excel Users,

    I'm looking for a formula that can count if a date has been put in the cell every 7th row but only those rows. I guess it cannot be a sum because the format will be a date.

    I've already tried those formulas but it didn't work so far: (It is just few examples of what I've tried, they might not be right... )

    =COUNT(IF(AND(MOD(ROW($C$8:$C$507),7)=0,ISBLANK(MOD(ROW($C$8:$C$507),7)=FALSE)),$C$8:$C$507,0))

    =SUM(COUNTA(INDIRECT(ADDRESS(7*ROW(1:1000)+3,COL(C8)))))

    =SUMPRODUCT(--(MOD(ROW(C8:C804),7)=0),--(C8:C804<>""))

    The reason for that is because I'm looking to evaluate the performance of each step and see how many times does the step have been completed.


    You can refer to the excel file, I'm looking to count for each Milestone, how many times the step has been completed by association with the date next to it, and that for the entire sheet.

    Thank you very much for your help.

    work template 2.xlsx

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Counting non blank values every 7th row

    Which values do your expect to have in A9, A16 and A23?
    Quang PT

  3. #3
    Registered User
    Join Date
    04-01-2015
    Location
    Seattle
    MS-Off Ver
    Last Mircrosoft office
    Posts
    65

    Re: Counting non blank values every 7th row

    None Actually.

    I already have a formula (that I did not put in this sheet) which is automatically adding the partner name on A7, A14, A21, so on and so forth, from a partner contact sheet.

    So the other cells in the column A besides the multiples of 7 are empty.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Counting non blank values every 7th row

    It is still unclear (for me , at least)

    Do you want to count for each milestones, for instant, "SALT-in-a-Box sign up", with a date next to it, and the result should be 2?
    Or do you want to count them all with dates next to them, and results should be 5?

  5. #5
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Counting non blank values every 7th row

    I don't understand where your count starts but try, in Q2:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Ben Van Johnson

  6. #6
    Registered User
    Join Date
    04-01-2015
    Location
    Seattle
    MS-Off Ver
    Last Mircrosoft office
    Posts
    65

    Re: Counting non blank values every 7th row

    I want to be able to tell how many "SALT In the box sign up" has been filed with a date next to it.

    So far example, I have a date in 2 "salt in a box sign up". So it would be your first option.

    Please tell me if you need more information. thank you for your help on this.

  7. #7
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Counting non blank values every 7th row

    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    04-01-2015
    Location
    Seattle
    MS-Off Ver
    Last Mircrosoft office
    Posts
    65

    Re: Counting non blank values every 7th row

    Thanks B Johson but can you provide a little bit more details please.

    I want to be able to repeat this formula for each Milestone ( I have 5 milestones) and see how many of them has been associated with a date next to it.

    Once again thanks, but I guess I can't locate in the formula where does the Mod(Row part refers to...

  9. #9
    Registered User
    Join Date
    04-01-2015
    Location
    Seattle
    MS-Off Ver
    Last Mircrosoft office
    Posts
    65

    Re: Counting non blank values every 7th row

    Thanks ! this is perfect !

+ 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] Counting blank cells between two values
    By ssc351 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-03-2016, 02:51 PM
  2. Counting blank cells up to first non-blank cell
    By DLG3 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-08-2015, 07:36 AM
  3. [SOLVED] counting the blank cells in between two values
    By arun.sj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-15-2014, 04:36 AM
  4. [SOLVED] Counting Matching values in two separate ranges without counting duplicates
    By Rhall6310 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-01-2014, 03:35 PM
  5. [SOLVED] Counting rows, then counting values.
    By Michael via OfficeKB.com in forum Excel General
    Replies: 7
    Last Post: 08-04-2005, 06:05 PM

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