+ Reply to Thread
Results 1 to 3 of 3

Pull a row of cells from one sheet to another if the reference mataches in both sheets

  1. #1
    Registered User
    Join Date
    06-26-2013
    Location
    Kent
    MS-Off Ver
    Office 365 - Excel
    Posts
    15

    Pull a row of cells from one sheet to another if the reference mataches in both sheets

    Hi Everyone

    Bit of an excel noob!

    I have two spreadsheets, one of which i need to cross reference with the other to get missing information.


    Is the a function to do the following

    i.e

    Sheet A contains 3 columns A1-A10, B1-B10, C1-C10

    A1-A10 contains a list of company reference numbers whilst the other two display a break down of the area it relates too.

    Sheet B

    Only contains references in A1-A10. So is there a function i can use that automatically pulls the B1-B10, C1-C10 information from Sheet A based on the references listed in A1-A10.

    So basically I need it to populate B1-B10, C1-C10 columns on sheet B if any references is contained on sheet A.

    The sheet changes on a weekly basis so is time consuming to look up each reference so would be hand if there was an auto function. need this in a function - If Reference in Column A1/sheetB appears on sheetA A1/SheetA pull B1-B10, C1-C10 row from sheetA to SheetB

    hope that makes sense!

    And Many Thanks in advance!!!

    Jamie
    Last edited by Jamieandjo; 06-26-2013 at 05:06 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How do you do this?

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Pull a row of cells from one sheet to another if the reference mataches in both sheets

    Thanks for the title change

    You can do what you want using vlookup(). Something like...

    =vlookup(A1,sheet A!$A$1:$C$10,2,0)

    copy this down, change ,2, to ,3, for the next column

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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