+ Reply to Thread
Results 1 to 3 of 3

Need formula to copy data and skip rows automatically.

  1. #1
    Registered User
    Join Date
    09-17-2014
    Location
    Dallas, TX
    MS-Off Ver
    2013
    Posts
    1

    Need formula to copy data and skip rows automatically.

    Hello,

    I need to copy data from sheet B to sheet A, easy right?

    Below is what I am trying to accomplish, basically I want to enter the formula once and then drag it to the right skipping 13 rows on sheet b each time. Thank you for your help!

    Sheet A
    D19 ='Sheet B'!K3
    E19 ='Sheet B'!K16
    F19 ='Sheet B'!K29
    G19 ='Sheet B'!K42
    H19 ='Sheet B'!K55
    I19 ='Sheet B'!K68
    J19 ='Sheet B'!K81
    Last edited by kev128; 09-17-2014 at 07:28 PM.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need formula to copy data and skip rows automatically.

    Try this...

    Entered in D19 and copied across as needed:

    =OFFSET('Sheet B'!$K3,COLUMNS($D19:D19)*13-13,0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need formula to copy data and skip rows automatically.

    Here's another one...

    With this one you have to define the range. I've used K3:K200. Adjust for the correct end of range.

    =INDEX('Sheet B'!$K3:$K200,COLUMNS($D19:D19)*13-13+1)

+ 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] Formula to Copy/Paste data based on value of another cell. SKIP BLANK ROWS.
    By mamero in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-14-2015, 04:46 PM
  2. Copy formula down column but need to skip 'n' rows
    By wschultek in forum Excel General
    Replies: 18
    Last Post: 03-12-2014, 03:24 PM
  3. Replies: 3
    Last Post: 01-30-2013, 04:32 PM
  4. Excel 2007 : Copy/Drag Formula's - Need to Skip Rows
    By Rapacious in forum Excel General
    Replies: 3
    Last Post: 03-01-2012, 06:10 PM
  5. [SOLVED] copy paste formula to skip rows
    By Greg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-08-2006, 05:42 PM

Tags for this Thread

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