+ Reply to Thread
Results 1 to 2 of 2

Creating a reoccuring OFFSET on a COUNTIF formula

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    Iowa, USA
    MS-Off Ver
    Excel 2013
    Posts
    10

    Creating a reoccuring OFFSET on a COUNTIF formula

    I'm using countif to return a total from another table. I need it to keep repeating this pattern as the following:
    =COUNTIF(CO8:CO27,">0")

    Next rows down should read the following:
    =COUNTIF(CO29:CO48,">0")
    =COUNTIF(CO50:CO69,">0")
    and so on for 1000 rows.

    I need to find a quick way to get this data filled for the rest of the template but I can't click and drag.
    Thanks!!!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Creating a reoccuring OFFSET on a COUNTIF formula

    Try

    =COUNTIF(OFFSET($CO$8:$CO$27,(ROWS(A$1:A1)-1)*21,0),">0")

    DO NOT change the A$1:A1 reference, it is not related to your data.

+ 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