+ Reply to Thread
Results 1 to 8 of 8

Jump rows while doing a drag

  1. #1
    Registered User
    Join Date
    10-03-2016
    Location
    gurgaon
    MS-Off Ver
    2010
    Posts
    42

    Jump rows while doing a drag

    Hi People,
    I hope you all are doing well and staying safe. I've a question for you folks.

    I am trying to copy paste values from sheet 1 to sheet 2 after a specific interval. For example A1, A15, A29, A43 ... so on in another sheet in cells A1, A2, A3, A4 etc..
    Attaching a sample for you as well.

    Can you help me with a formula.

    Thank you very much in advance.

    Best,
    Varun
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,504

    Re: Jump rows while doing a drag

    Is what you are really trying to do is find all the values in sheet1 that are greater than 0 or are you simply trying to reproduce what you have in sheet2, because those are two different formulas?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Jump rows while doing a drag

    Put this formula in cell A2 of Sheet2:

    =INDEX(Sheet1!A:A,(ROWS($1:1)-1)*13+2)

    then drag down as required.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    10-03-2016
    Location
    gurgaon
    MS-Off Ver
    2010
    Posts
    42

    Re: Jump rows while doing a drag

    Hi, I am trying to reproduce what I have in Sheet2. I may have values greater than 0 in my actual data.
    Thank you for replying to my query

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,213

    Re: Jump rows while doing a drag

    In case you do not understand the significance of the "2" in Pete's formula, you may prefer this, virtually identical, version. Both deliver EXACTLY the same result...

    =INDEX(Sheet1!$A$2:$A$1000,1+13*(ROWS($1:1)-1))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Jump rows while doing a drag

    Perhaps you didn't see my formula, as you posted very soon after my post.

    Pete

  7. #7
    Registered User
    Join Date
    10-03-2016
    Location
    gurgaon
    MS-Off Ver
    2010
    Posts
    42

    Re: Jump rows while doing a drag

    you guys are gr8!! thank you very very much both of you for your quick revert. Really really appreciable.

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Jump rows while doing a drag

    Glad to help - thanks for the rep.

    Please use Thread Tools in the menu above your first post to mark the thread as Solved.

    Pete

+ 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. How to Control Drag and Drop? (force "shift" drag-drop, disable into certain rows)
    By superlative in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-18-2019, 11:16 AM
  2. Mapped XML Import refreshes and formulas jump rows
    By Tails1979 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-03-2017, 11:46 PM
  3. Drag a Countif right one cell, reference cell jump for cell.
    By phutai1104 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-01-2014, 06:16 AM
  4. Replies: 5
    Last Post: 09-16-2014, 12:17 PM
  5. [SOLVED] making all referenced cells 'jump' X number of rows when I drag down a formula
    By ryefield in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-10-2013, 12:31 PM
  6. How to jump between Columns and Rows
    By mar_t in forum Excel General
    Replies: 5
    Last Post: 07-28-2010, 11:08 PM
  7. Sometimes data will jump rows randomly.
    By Jason in forum Excel General
    Replies: 1
    Last Post: 04-11-2006, 03:35 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