+ Reply to Thread
Results 1 to 3 of 3

Return cell data from every Nth Row of a different sheet

  1. #1
    Registered User
    Join Date
    07-22-2011
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Return cell data from every Nth Row of a different sheet

    I need a formula to pull data from invoices in 1 worksheet into a summary in another worksheet.

    For example on my summary sheet: I need Sheet1!H3 as the first value, and then to be able to copy the formula down as to have each the next value be Sheet1!H48 and so on always adding 45 to the H column after H3.

    This will make my live so much easier. Any help is appreciated.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,446

    Re: Return cell data from every Nth Row of a different sheet

    Hi,

    This in row 1 and copied down will give the desired result

    Note that if you intend the formula to be anywhere but row 1, you will have to adjust the formula to suit.

    =INDEX(Sheet1!H:H,3+(ROW()-1)*45)
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    07-22-2011
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Return cell data from every Nth Row of a different sheet

    Thank you so much! You have really helped me out!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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