+ Reply to Thread
Results 1 to 3 of 3

Increment formula by mutlipel rows

  1. #1
    Registered User
    Join Date
    06-24-2015
    Location
    Cambridge, MA
    MS-Off Ver
    2010
    Posts
    10

    Increment formula by mutlipel rows

    Hello,

    I have a very rudimentary question.

    I have a formula that I want to increment by 7, for each row following the formula, how can I accomplish this? I have hundreds of rows so it is would be very efficient for me to manually increase each formula by 7

    Original formula
    =Sheet2!A1

    Want it to look like
    =Sheet2!A1
    =Sheet2!A8
    =Sheet2!A15
    =Sheet2!A22
    ......

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Increment formula by mutlipel rows

    Try this ...

    =INDEX(Sheet2!A:A,ROWS($A$1:A1)*7-6)

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Increment formula by mutlipel rows

    Here's another one...

    =OFFSET(Sheet2!A$1,ROWS(A$1:A1)*7-7,0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Copy Paste formula with increment of six rows
    By lesliewheeler in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-08-2014, 03:11 PM
  2. Replies: 1
    Last Post: 07-01-2013, 12:14 PM
  3. [SOLVED] Copy Cell Reference formula to 3 rows down but increment formula by only 1 row
    By jwnickman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-23-2013, 01:57 PM
  4. Replies: 2
    Last Post: 03-23-2012, 07:41 AM
  5. Formula Required to increment value after N number of rows
    By bakshi.ishan in forum Excel General
    Replies: 6
    Last Post: 10-01-2011, 03:04 PM
  6. Increment by One but Multiple rows between formula
    By Fpob in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-03-2011, 02:10 PM
  7. Replies: 5
    Last Post: 08-30-2010, 06:10 PM

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