+ Reply to Thread
Results 1 to 4 of 4

Drag formula but skip 27 rows

  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Drag formula but skip 27 rows

    In B4 I reference cell B59. In B5 I would like to reference B86.

    What formula can I put in B4 that I can drag down to B5 and skip 27 reference cells?
    Last edited by rhudgins; 07-20-2010 at 06:15 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Drag formula but skip 27 rows

    In B4, =INDEX(B:B, (ROWS(B$4:B4)-1)*27 + 59)

    That can be modified depending on how you want the behavior to change as a result of inserting rows above.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Re: Drag formula but skip 27 rows

    Thanks. If there are no matching values the formula returns "0". How can I change it to return blank

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Drag formula but skip 27 rows

    There's no match of any kind in the formula.

+ 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