+ Reply to Thread
Results 1 to 4 of 4

Cell copying to multiple sheets

  1. #1
    Registered User
    Join Date
    09-17-2018
    Location
    Beijing, China
    MS-Off Ver
    Office 360, 2016
    Posts
    75

    Cell copying to multiple sheets

    Hello thank you for your time reading and considering.

    I am hoping to copy cells and place them in rearranged order from one sheet to another but am having difficulty choosing a function to complete the job.

    Below is a sample work book.

    I am trying to get 'Data' B1:B10 to populate in 'Sample' C1:C5 and 'Sample' G1:G5 in the corrosponding position to the text, and again in 'Sample 2' C1:C5 and 'Sample' G1:G5 in the corrosponding position to the text. I would like the end product to match Sample Goal and Sample Goal 2 respectively.

    The 'Data' B1:B10 is already being populated by a CONCATENATE function. I am not sure if that matters but I figured I would point that out.

    Please let me know if I need to explain anything further or clarify anything more.
    Attached Files Attached Files

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

    Re: Cell copying to multiple sheets

    In C1, copied down:
    =IFERROR(INDEX(Data!$B$1:$B$10,MATCH('Sample Goal'!B1,Data!$D$1:$D$10,0)),"")

    In G1, copied down:
    =IFERROR(INDEX(Data!$B$1:$B$10,MATCH('Sample Goal'!F1,Data!$D$1:$D$10,0)),"")

    HOWEVER, you need to take more care with spelling. See changes made at F3 and f5.
    Attached Files Attached Files
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    09-17-2018
    Location
    Beijing, China
    MS-Off Ver
    Office 360, 2016
    Posts
    75

    Re: Cell copying to multiple sheets

    Glenn, thank you very much for your help with this issue. I apologize for the spelling errors. I am unfamiliar with these 3 functions so I really appreciate your help with the composite formula. I will look to learn more about these so hopefully I can use them instead of asking!

    Take care

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

    Re: Cell copying to multiple sheets

    You're welcome!!

    Excel is very unforgiving about spelling errors....

+ 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] Copying a formula referring to the same cell of multiple sheets
    By Gardad in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-25-2014, 05:05 AM
  2. Copying data from multiple workbooks having multiple sheets into one master worksheet
    By Navya Ahuja in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-15-2014, 09:42 AM
  3. Replies: 3
    Last Post: 06-20-2014, 05:49 AM
  4. [SOLVED] Automatically copying cell contents to multiple sheets
    By Bentleybabe in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-18-2013, 11:11 AM
  5. Replies: 0
    Last Post: 11-08-2012, 01:07 PM
  6. Replies: 0
    Last Post: 03-27-2012, 04:54 PM
  7. Replies: 1
    Last Post: 02-28-2012, 09:47 AM

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