+ Reply to Thread
Results 1 to 3 of 3

Copy data into cells that are not in succession.

  1. #1
    Registered User
    Join Date
    03-09-2021
    Location
    Kansas
    MS-Off Ver
    365
    Posts
    1

    Copy data into cells that are not in succession.

    Hello all,

    I have 2 spreadsheets, Data and Template. I need to copy the info from Data into the appropriate cells in Template, the problem is the cells in the Template are not in succession. Can anyone help me with this?

    Thanks!
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    01-17-2021
    Location
    Omaha, NE
    MS-Off Ver
    office 2016
    Posts
    211

    Re: Copy data into cells that are not in succession.

    you can link the cells from one sheet to other. you can write code. you can copy multiple cells that not in succession and paste them to cells that are in succession yes, like this
    Please Login or Register  to view this content.
    but you can not paste cells not in succession to pasted cells that are also not in succession. so you can not do example like this
    Please Login or Register  to view this content.
    but yes, you can copy and paste cells from one sheet to any other one that open

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,835

    Re: Copy data into cells that are not in succession.

    Maybe something like this?

    In cell A3 (In Template):

    =OFFSET('[DATA (2).xlsx]wc_export'!A$2,(ROW()-3)/9,0)

    Copy this across to E3
    Then in A5, enter:
    =OFFSET('[DATA (2).xlsx]wc_export'!F$2,(ROW()-3)/9,0)
    and copy across to C5.

    Then you can copy/paste these down. (You could actually copy from A3:E5 and paste to A12, then paste to A21, then A30, etc.

+ 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. Finding dates that are in succession.
    By gent48dd in forum Excel General
    Replies: 4
    Last Post: 09-14-2019, 03:50 PM
  2. [SOLVED] Adding number to a succession of cells?
    By terrypin in forum Excel General
    Replies: 10
    Last Post: 07-11-2017, 04:56 PM
  3. Replies: 6
    Last Post: 06-10-2013, 06:39 PM
  4. Copying Groups of Cells in Succession
    By milagros in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-20-2010, 09:39 PM
  5. Running macro twice in quick succession
    By 1eyedjack in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 06-16-2010, 11:04 AM
  6. charting 2 data series in succession
    By Kimberly@TM in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 05-06-2009, 07:14 PM
  7. Numbers In Succession In Column
    By JOERIDEOUT in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-02-2008, 03:30 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