+ Reply to Thread
Results 1 to 5 of 5

Dragging a formula that increases in count, but doesn't skip

  1. #1
    Registered User
    Join Date
    03-30-2016
    Location
    England
    MS-Off Ver
    2010
    Posts
    13

    Dragging a formula that increases in count, but doesn't skip

    I'm sure there's an easier way to do this, but if not can you help with what I'm trying my best to fix!

    I have two rows of data, A+B. It goes to B500. This data is pulled from another data set by a formula and can be blank.

    I need them to be combined into one row, using a formula so instead of:

    eggs - milk
    chalk - gammon
    peas - suits

    it will read

    eggs
    milk
    chalk
    gammon
    etc

    I've tried copying dragging A1, B1, A2, B2 etc down but it skips rows and restarts on whatever row it's on. Any idea?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Dragging a formula that increases in count, but doesn't skip

    Try

    =INDEX(A$1:B$500,(ROWS(A$1:A1)-1)/2+1,MOD(ROWS(A$1:A1)-1,2)+1)

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Dragging a formula that increases in count, but doesn't skip

    Slightly different approach:

    Please Login or Register  to view this content.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  4. #4
    Registered User
    Join Date
    03-30-2016
    Location
    England
    MS-Off Ver
    2010
    Posts
    13

    Re: Dragging a formula that increases in count, but doesn't skip

    Quote Originally Posted by Jonmo1 View Post
    Try

    =INDEX(A$1:B$500,(ROWS(A$1:A1)-1)/2+1,MOD(ROWS(A$1:A1)-1,2)+1)
    This worked perfectly thanks!!

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Dragging a formula that increases in count, but doesn't skip

    You're welcome.

+ 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] How to skip columns whilst dragging a formula
    By Saint_8 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-25-2014, 08:44 PM
  2. skip 1 cell when dragging down formula
    By excelhelpneeds in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2014, 01:30 PM
  3. Formula Dragging doesn't work (troubleshooting)
    By fgunning in forum Excel General
    Replies: 3
    Last Post: 01-21-2014, 02:38 PM
  4. How do you skip a row when auto dragging a formula?
    By gmatula89 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-12-2013, 01:08 PM
  5. How to skip a cell reference while dragging down a Hlookup formula
    By sbham in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2013, 11:54 PM
  6. [SOLVED] Skip column when dragging formula.
    By D_N_L in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2012, 07:42 AM
  7. Skip every other line while dragging formula
    By dlswa in forum Excel General
    Replies: 2
    Last Post: 03-05-2012, 09: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