+ Reply to Thread
Results 1 to 5 of 5

Skipping Every 5th Row and Dragging Down To Get New Data

  1. #1
    Registered User
    Join Date
    10-27-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    49

    Skipping Every 5th Row and Dragging Down To Get New Data

    Hey Guys,

    I am the definition of a newbie and this is probably a dumb question. I am trying to make an Excel doc for my fantasy football team and I want help on how to make it a little easier. I would like to grab just the names and simply add a formula a column over and drag down to collect all the names (The names are all 5 rows below each other). Is there a formula that does that?

    Did that even make sense?

    All and any help will be appreciated. See the attached information to make it a bit more clear.

    Excel Question.jpg.

  2. #2
    Registered User
    Join Date
    10-27-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Skipping Every 5th Row and Dragging Down To Get New Data

    I believe I figured it out in case anyone cares:

    =INDEX($A$2:$A$1000,5*(ROWS($A$3:A4)-1)+1)

    Excel Answer.jpg

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Skipping Every 5th Row and Dragging Down To Get New Data

    In B2: =INDEX(A$2:A$100,ROWS($1:1)*5-4)

    Adjust your range to suit.
    copy down as far as needed.

  4. #4
    Registered User
    Join Date
    10-27-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Skipping Every 5th Row and Dragging Down To Get New Data

    That was perfect! Thank you very much!

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Skipping Every 5th Row and Dragging Down To Get New Data

    You're Welcome!

+ 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