+ Reply to Thread
Results 1 to 3 of 3

Copy Formula with Constant Increment

Hybrid View

  1. #1
    Registered User
    Join Date
    09-28-2013
    Location
    Lichtenburg, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    1

    Copy Formula with Constant Increment

    Hi I would like to copy a sequence in a formula with a constant increment. =sheet!$A1 then A13 then A25 ......

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: copying a formula with constant increment

    Try this...

    =INDIRECT("sheet1!A"&((ROW(A1)-1)*12)+1)

    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Copy Formula with Constant Increment

    In first cell

    =INDEX(Sheet1!A:A,(ROW(A1)-1)*12+1)

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. Increment one column but keep the other constant
    By dongwi in forum Excel General
    Replies: 2
    Last Post: 06-28-2009, 08:44 AM
  2. copy formula which maintaining a constant value.
    By junkscratch in forum Excel General
    Replies: 1
    Last Post: 10-22-2007, 07:42 PM
  3. Copy a formula maintaining a constant cell
    By Tiana in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  4. [SOLVED] Copy a formula maintaining a constant cell
    By Tiana in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2005, 03:05 PM

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