+ Reply to Thread
Results 1 to 4 of 4

Drag formula sequence

  1. #1
    Registered User
    Join Date
    12-17-2009
    Location
    Brooklyn, NY
    MS-Off Ver
    Excel 2003
    Posts
    2

    Drag formula sequence

    Hi everyone. I tried searching for a post similar to mine, but I'm not real sure of the verbiage to use. It is most likely an easy answer, I just can't find it via my Google or forum searching

    Basically I'm just trying to fill a formula sequence to continue the series, but apparently I'm missing something. For example, if I was trying to drag cells containing the 3 simple formulas below downward, I would expect it to continue the series with =A7, =A9, =A11, etc. Instead it fills it with =A4, =A6, =A8, etc., and I'm not quite sure why. Thanks in advance for your help with my stupid question.

    =A1
    =A3
    =A5

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Drag formula sequence

    Perhaps

    =INDEX(A:A,1+2*(ROWS(A$1:A1)-1))
    copied down

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Drag formula sequence

    Put this formula in the first cell, then copy it down:

    =INDEX(A:A, (ROW()*2)-1)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    12-17-2009
    Location
    Brooklyn, NY
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Drag formula sequence

    These are both working solutions, and after playing with them I believe they can be formatted to do what I need to do. Thanks to both of you for your assistance!

+ 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