+ Reply to Thread
Results 1 to 6 of 6

Setting Autofill to move more than 1 cell?

  1. #1
    Registered User
    Join Date
    10-15-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    7

    Setting Autofill to move more than 1 cell?

    Hello everyone, I am racking my brain trying to figure this out. I need to pull data from a tab inside of a worksheet, but instead of referencing consecutive cells in Autofill, I am trying to have it reference every other 13th cell. Since I have not figured this out yet, I have to go through one by one and manually type in each cell reference by adding 13 to the one before. It needs to go inside an if/then formula as well.

    If anyone can help me out with this, I would be extremely grateful
    Last edited by davegrun; 10-16-2013 at 09:07 AM.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Setting Autofill to move more than 1 cell?

    Hi,

    Can you give a few examples of what your first formula is, what your second should be, what your third should be, etc.?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Setting Autofill to move more than 1 cell?

    Here are several examples of summing every Nth number as created by C Pearson.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Registered User
    Join Date
    10-15-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Setting Autofill to move more than 1 cell?

    THis is the main formula:

    =IF($J6=TRUE,Subs!N9,0)

    This formula pulls #'s from a balance sheet tab when I check a box. I am trying to fill in the rest of the table by getting the formula to go 13 rows from N9, then another 13 (N9 to N22) until the table is filled in, rather than just going N9 to N10. Right now I'm having to manually go line by line to add 13 to each cell reference and there is too much volume to do it this way.

  5. #5
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Setting Autofill to move more than 1 cell?

    Try:

    =IF($J6=TRUE,INDEX(Subs!N:N,9+13*(ROWS($1:1)-1)),0)

    and copy down as required.

    (You don't say whether the J6 is to be incremented equally in gaps of nine, nor if it is to be fixed, so I left it as in your example.)

    Regards

  6. #6
    Registered User
    Join Date
    10-15-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Setting Autofill to move more than 1 cell?

    Quote Originally Posted by XOR LX View Post
    Try:

    =IF($J6=TRUE,INDEX(Subs!N:N,9+13*(ROWS($1:1)-1)),0)

    and copy down as required.

    (You don't say whether the J6 is to be incremented equally in gaps of nine, nor if it is to be fixed, so I left it as in your example.)

    Regards
    Thanks! I found a similar formula on here through searching and this solved it! You guys rock

+ 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] Setting Up Sheet to Autofill Workdays of the month
    By Animosity in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-09-2013, 11:59 AM
  2. setting up an setting of limited characters per cell
    By itzmemike in forum Excel General
    Replies: 21
    Last Post: 02-05-2013, 09:48 PM
  3. Need to move data that matches criteria in cell and move to new worksheet
    By panagle in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2013, 09:23 AM
  4. Copy/move a word from a cell in a column to another column and autofill
    By excelaspire0219 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-05-2009, 03:54 PM
  5. Default setting for Autofill Hande
    By mashley in forum Excel General
    Replies: 2
    Last Post: 03-12-2008, 11:14 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