+ Reply to Thread
Results 1 to 2 of 2

Autofilling selected rows

  1. #1
    Registered User
    Join Date
    03-30-2014
    Location
    NY, NY
    MS-Off Ver
    Excel 2013
    Posts
    1

    Autofilling selected rows

    Hey guys,
    I'm trying to autofill a simple percentage change formula like so =(D3-D2)/D2. However, I need the autofill to recognize that I am trying to skip cells. So, I want it to recognize that it should be =(D3-D2)/D2 and then the next cell should then be =(D5-D4)/D4. Right now instead of this it's going from =(D3-D2)/D2 to =(D4-D3)/D3. Suggestions?

  2. #2
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: Autofilling selected rows

    One way ..
    In the startcell, instead of =(D3-D2)/D2, use this:
    =(OFFSET(D$3,ROWS($1:1)*2-2,)-OFFSET(D$2,ROWS($1:1)*2-2,))/OFFSET(D$2,ROWS($1:1)*2-2,)
    Copy down
    -------------------------------
    Success? Wave it, hit the little star at the bottom left of my responses

+ 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. Replies: 1
    Last Post: 03-30-2012, 01:49 PM
  2. Skipping rows when autofilling formulas?
    By AJX in forum Excel General
    Replies: 1
    Last Post: 11-03-2011, 05:20 PM
  3. Autofilling many rows
    By kbka in forum Excel General
    Replies: 3
    Last Post: 06-28-2011, 07:48 AM
  4. Autofilling Rows In A Column Using Existing Row Data
    By jessekanclerz in forum Excel General
    Replies: 4
    Last Post: 03-12-2009, 03:12 PM
  5. AutoFilling To A Variable Number Of Rows
    By Shing in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2006, 06:45 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