+ Reply to Thread
Results 1 to 3 of 3

Dragging down to continue a list

  1. #1
    Forum Contributor
    Join Date
    02-14-2011
    Location
    West Valley City, Utah
    MS-Off Ver
    Excel 2010
    Posts
    108

    Dragging down to continue a list

    Good evening all,

    I'm having issues with using the black box at the bottom right to continue down a formula.

    On sheet1, I've got a value in column A every 4 cells (A1, A5, A9, etc),

    And I need those values to be copied to Sheet2 every 2 cells (A1, A3, A5, etc).

    So, Sheet 1 A1 = Sheet 2 A1, Sheet 1 A5 = Sheet 2 A3, Sheet 1 A9 = Sheet 2 A5, etc

    I'm currently trying to use the below formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I personally am unsure how this formula works, but I've found most of my issues can be solved by fiddling around with the values, up until now.


    What I'm currently trying is this:
    On sheet 2, put in the formulas to equal their perspective values on Sheet 1, and have 1 space in between each cell (so again, A1 has value, A3 has value, A5 has value), then I select A1-A6, then use the black box; what I end up getting as a result is A1-A5 on Sheet2 work well, then A7-A12 have incorrect values, then A13-A17 have the correct, and so on.

    How do I fix this??
    Last edited by Sky188; 02-07-2013 at 03:00 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: Dragging down to continue a list

    Please Login or Register  to view this content.

    The formula in C1 is

    =INDEX(Sheet1!A:A, 2*ROWS(A$1:A1) -1)

    Select both C1 AND C2 and drag down.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    02-14-2011
    Location
    West Valley City, Utah
    MS-Off Ver
    Excel 2010
    Posts
    108

    Re: Dragging down to continue a list

    Works perfectly, thanks shg!

+ 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