+ Reply to Thread
Results 1 to 4 of 4

Copy multiple cells from one sheet to a specific locations on other sheet

  1. #1
    Registered User
    Join Date
    12-09-2014
    Location
    Serbia
    MS-Off Ver
    2007
    Posts
    6

    Copy multiple cells from one sheet to a specific locations on other sheet

    Hi,
    As the title says, I need to copy several cells from one sheet to another but in a specific order, and repeat that function quickly. I am looking for the quickest way to do it, preferably a formula or smth. Here are two pics that will explain my issue more vividly. I am trying to copy cells from upper picture to the lower one... Colors indicate where a certain cell needs to be copied (only highlighted cells need to be copied), and simply repeated on the next row...and so on... I hope I was clear enough.

    -Thanks

    8f7e13e2cc.png


    b5a38b5b5f.png
    Last edited by Milchika; 12-10-2014 at 04:49 AM. Reason: Solved

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: copy multiple cells from one sheet to a specific locations on other sheet

    B1:
    =INDIRECT("Sheet1!A"&INT(ROW(A1)/5)+3)

    Continue pattern, changing Column Letter as needed for each input. Once block 1 is done, entire blocks can be copied down.
    Attached Files Attached Files
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    12-09-2014
    Location
    Serbia
    MS-Off Ver
    2007
    Posts
    6

    Thumbs up Re: copy multiple cells from one sheet to a specific locations on other sheet

    Yep, that did it. Thank you very much!

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Copy multiple cells from one sheet to a specific locations on other sheet

    Merged cells can present a lot of interesting challenges to formula building. It's even a little worse in VB.

    But hey, I love a good challenge.

+ 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] Copy cells in another sheet if 1st sheet has a certain color in a specific column
    By ccellarius32 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2014, 05:08 PM
  2. Replies: 5
    Last Post: 12-12-2013, 02:53 PM
  3. Replies: 0
    Last Post: 10-24-2013, 11:25 PM
  4. copy data from multiple sheet to master sheet with specific columns only
    By sinha.riteshabap in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-31-2013, 06:59 AM
  5. Copy the data in any active row in Sheet 1 to specific cells in Sheet 6
    By cti4sw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-04-2013, 02:43 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