+ Reply to Thread
Results 1 to 3 of 3

Use Data from Non-Consecutive Rows into consecutive rows on different worksheet

  1. #1
    Registered User
    Join Date
    02-01-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    44

    Use Data from Non-Consecutive Rows into consecutive rows on different worksheet

    Hi there,

    I'm looking to find a formula that will take every 16th row's cell value, and use it in consecutive rows in a different worksheet.

    The attached illustrates what I mean.

    I'm looking to build a table in sheet1 to show the year end values, based on the info in sheet2.

    Basically cell B2 in sheet 1 should equal the value of cell n28 of sheet 2, then cell B3 in sheet 1 should equal the value of cell N44 of sheet 2.

    Is there a way I can do this easily? I'm really looking for the rationale behind this so I can apply it to any other case like this.

    Many thanks.
    Attached Files Attached Files
    Last edited by NBVC; 02-23-2012 at 08:52 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Use Data from Non-Consecutive Rows into consecutive rows on different worksheet

    Try:

    =INDEX(Sheet2!N:N,16*(ROWS($A$1:A1)-1)+28)

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-01-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    44

    Re: Use Data from Non-Consecutive Rows into consecutive rows on different worksheet

    Perfect, thank you very much for that.

+ 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