+ Reply to Thread
Results 1 to 2 of 2

Cell pattern

Hybrid View

  1. #1
    Registered User
    Join Date
    12-13-2011
    Location
    Tennessee
    MS-Off Ver
    Excel 2007
    Posts
    3

    Cell pattern

    I have text in a spread sheet that is in every 5th sell in a column. I am trying to list those numbers together in a column. I have tried entering in a cell =B7, and in the next =B12, and selecting both to pull down hoping Excel would recognize the pattern, but no luck.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Cell pattern

    Enter this formula in A1 and copy down...

    =INDEX(B:B,ROW($B$7)+5*(ROW()-1))

    or

    copy down until you get blanks...

    =IF(ROWS(A1:A$1)<=COUNTA(B:B),INDEX(B:B,ROW($B$7)+5*(ROW()-1)),"")
    Last edited by jeffreybrown; 12-13-2011 at 02:18 PM.
    HTH
    Regards, Jeff

+ 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