+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Incrementing value withing a formula

  1. #1
    Registered User
    Join Date
    09-27-2009
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2003
    Posts
    23

    Incrementing value withing a formula

    I would like to do the following:

    With the code:

    ='Load Chart Data'!$K2

    I would like to be able to increment K2 by 12 each time I drag it to a new cell to the right.

    So I drag it to the right and K2 become K14 and so on.

    Is this possible? I have over 650 values I need to reference and I don't want to have to manually change each cell by 12 to capture them all. I was hoping I'd be able to drag the formula and Excel would know to add 12 to the cell reference each time.

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

    Re: Incrementing value withing a formula

    Try possibly:

    =INDEX('Load Chart Data'!$2:$2,12*(COLUMNS($A$1:A$1)-1)+2)

    copied across.
    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.

+ 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