+ Reply to Thread
Results 1 to 2 of 2

Copying a formula 10 rows down but incrementing by only one

  1. #1
    Registered User
    Join Date
    11-30-2012
    Location
    west indies
    MS-Off Ver
    Excel 2007
    Posts
    1

    Copying a formula 10 rows down but incrementing by only one

    I have data in a tab "New Schedule". In a different tab I would like to reference values in Column AG of "New Schedule". So starting in cell B26 I would like the value in cell AG66 of "New Schedule" to appear. In cell B36 I would like the value of cell AG67 of "New Schedule". I have tried to follow other examples but without any success. Can you help me with the correct formula?

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Copying a formula 10 rows down but incrementing by only one

    Most people want to go the other way - that is, skip 10 rows in the source column for every row in the new sequence. This should work for you.

    =INDEX('New Schedule'!$AG$66:$AG$88,INT((ROW()-26)/10)+1)

    Change the $AG$88 to the end of your table.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Copying Formula down incrementing every 4 rows
    By alonzoharris in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-19-2014, 03:26 PM
  2. Incrementing IF formula's by rows
    By Alexvs in forum Excel General
    Replies: 4
    Last Post: 12-09-2010, 12:10 PM
  3. Problems with auto incrementing formula copying?
    By troykristoffer in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-04-2008, 06:30 PM
  4. [SOLVED] How do I prevent a formula element from incrementing when copying
    By Copying Excel Formulas in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-08-2005, 01:05 PM
  5. Replies: 1
    Last Post: 03-10-2005, 04:54 AM

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