+ Reply to Thread
Results 1 to 5 of 5

When dragging formula down the formula skips x number of cells

Hybrid View

951Michael When dragging formula down... 07-22-2014, 02:37 PM
Pepe Le Mokko Re: When dragging formula... 07-22-2014, 02:54 PM
951Michael Re: When dragging formula... 07-22-2014, 06:02 PM
Ron Coderre Re: When dragging formula... 07-22-2014, 02:55 PM
951Michael Re: When dragging formula... 07-22-2014, 06:05 PM
  1. #1
    Registered User
    Join Date
    01-06-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    41

    When dragging formula down the formula skips x number of cells

    Hello everybody,

    Is it possible to write a formula that skips x number of cells and have the formula autoincrement as usual. For an examples lets say I want to skip 3 cells and I have entered in the cells listed:
    A1= "1"
    A2= "2"
    A3= "3"

    Then I type in the simple formula in the cell
    B1= "=A1"

    and then drag down but it skips 3 cells so then

    B5= "=A2"

    B9= "=A3"

    If it didn't skip then
    B1= "=A1"
    B2= "=A2"
    B3= "=A3"

    this is just an example as I will be writing more complex formulas and need some thing that I can write into the formula so that it skips.

    Something similar to this B1 "=A1(skip3cells)"

    Thanks for helping

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,603

    Re: When dragging formula down the formula skips x number of cells

    And what should appear in B2,B3 and other cells inbetween?

  3. #3
    Registered User
    Join Date
    01-06-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: When dragging formula down the formula skips x number of cells

    Quote Originally Posted by Pepe Le Mokko View Post
    And what should appear in B2,B3 and other cells inbetween?
    Basically nothing

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: When dragging formula down the formula skips x number of cells

    Using your example...
    This regular formula, copied down, references consecutive cells, skipping two rows between calculations:
    B1: =IF(MOD(ROW()+2,3),"",INDEX(A:A,ROW()/3+1))
    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  5. #5
    Registered User
    Join Date
    01-06-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: When dragging formula down the formula skips x number of cells

    Quote Originally Posted by Ron Coderre View Post
    Using your example...
    This regular formula, copied down, references consecutive cells, skipping two rows between calculations:
    B1: =IF(MOD(ROW()+2,3),"",INDEX(A:A,ROW()/3+1))
    Is that something you can work with?

    Yes, that does work.

    Thanks for helping

+ 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. Formula that skips blank cells
    By chisox721 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-17-2013, 01:03 AM
  2. [SOLVED] Create a Formula That Skips Every n Cells
    By tj2434 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-20-2013, 05:30 PM
  3. Replies: 3
    Last Post: 12-05-2012, 03:56 AM
  4. [SOLVED] Need Formula that skips cells when using Autofill
    By Asaan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-20-2012, 10:54 AM
  5. creating a formula that skips empty cells
    By turbo90talon in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 10-19-2007, 08:31 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