+ Reply to Thread
Results 1 to 9 of 9

copying data between sheets

Hybrid View

ueoplumb copying data between sheets 07-06-2015, 05:01 AM
cbatrody Re: copying data between... 07-06-2015, 05:13 AM
ueoplumb Re: copying data between... 07-06-2015, 05:52 AM
cbatrody Re: copying data between... 07-06-2015, 05:58 AM
ueoplumb Re: copying data between... 07-06-2015, 09:05 AM
ueoplumb Re: copying data between... 07-06-2015, 06:09 AM
cbatrody Re: copying data between... 07-07-2015, 02:00 AM
ueoplumb Re: copying data between... 07-07-2015, 04:46 AM
cbatrody Re: copying data between... 07-07-2015, 05:05 AM
  1. #1
    Registered User
    Join Date
    07-03-2015
    Location
    Cambridge
    MS-Off Ver
    2010
    Posts
    5

    Question copying data between sheets

    I need to copy information from one sheet to another if it meets a criteria.

    If the text in column C sheet two has a match in column G sheet one return the text that is in column C sheet 1 that is related to the match.

    Is this possible?

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: copying data between sheets

    Hi,

    Yes, this can be done using VLOOKUP or INDEX/MATCH functions. Please post a sample template in excel format if you need further help!

  3. #3
    Registered User
    Join Date
    07-03-2015
    Location
    Cambridge
    MS-Off Ver
    2010
    Posts
    5

    Re: copying data between sheets

    Template.xlsx

    I Have attached a template

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: copying data between sheets

    Hi,

    Try the following Array formula in E3 (Sheet2):

    {=INDEX(Sheet1!$B$2:$G$6,MATCH($C3&$D3,Sheet1!$G$2:$G$6&Sheet1!$B$2:$B$6,0),2)}

    Please note that this formula needs to be confirmed by pressing CTRL+SHIFT+ENTER
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-03-2015
    Location
    Cambridge
    MS-Off Ver
    2010
    Posts
    5

    Re: copying data between sheets

    Thank you

    As stainless steel is used in three different parts is there any way for all three part numbers to be displayed?

  6. #6
    Registered User
    Join Date
    07-03-2015
    Location
    Cambridge
    MS-Off Ver
    2010
    Posts
    5

    Re: copying data between sheets

    Thank you

    As stainless steel is used in three different parts is there any way for all three part numbers to be displayed?
    Last edited by ueoplumb; 07-06-2015 at 09:05 AM.

  7. #7
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: copying data between sheets

    Hi,

    Try the following array formula in Sheet2, E3:

    {=IFERROR(INDEX(Sheet1!$B$2:$G$6,SMALL(IF(COUNTIF($D3,Sheet1!$B$2:$B$6)*COUNTIF($C3,Sheet1!$G$2:$G$6),ROW(Sheet1!$B$2:$G$6)-MIN(ROW(Sheet1!$B$2:$G$6))+1),COLUMN(A1)),ROW(B$2)),"")}

    to be confirmed by pressing CTRL+SHIFT+ENTER
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    07-03-2015
    Location
    Cambridge
    MS-Off Ver
    2010
    Posts
    5

    Re: copying data between sheets

    works brilliantly thank you

  9. #9
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: copying data between sheets

    You are welcome

    If that takes care of your question, please mark this thread as Solved by selecting Thread Tools --> Mark thread as solved.

+ 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. Copying Data Between Sheets
    By irish_goat in forum Excel General
    Replies: 4
    Last Post: 09-05-2013, 09:26 AM
  2. Replies: 17
    Last Post: 02-01-2013, 12:20 PM
  3. [SOLVED] Copying data from 2 different sheets at once
    By Appel in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2012, 08:38 PM
  4. Copying Data between sheets
    By aquajock98 in forum Excel General
    Replies: 2
    Last Post: 04-30-2010, 06:02 PM
  5. copying data between sheets
    By davetherave in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-05-2007, 07:03 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