+ Reply to Thread
Results 1 to 7 of 7

Thread: Find matching data across two sheets

  1. #1
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Find matching data across two sheets

    Hi,

    I'm a complete newbie..

    I need a vlookup creating for if possible.

    Sheet1 Column A has reference numbers that I need matching with the reference numbers on sheet 2 column A but I also want Sheet 2 column B to copy over with this matched data.

    Hope this makes sense

    Many thanks in advance

    Darren

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,608

    Re: Find matching data across two sheets

    Try VLOOKUP

    e.g.

    =VLOOKUP(A2,'Sheet1'!A:B,2,FALSE)

    adjust sheetname and ranges/references to suit.

    Then copy formula down.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Question Re: Find matching data across two sheets

    Quote Originally Posted by NBVC View Post
    Try VLOOKUP

    e.g.

    =VLOOKUP(A2,'Sheet1'!A:B,2,FALSE)

    adjust sheetname and ranges/references to suit.

    Then copy formula down.
    Thankyou.. Although all im getting is zeros?

    Thanks

    Darren

  4. #4
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,608

    Re: Find matching data across two sheets

    Maybe the sheets are reversed?

    =VLOOKUP(A2,'Sheet2'!A:B,2,FALSE)
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  5. #5
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Thumbs up Re: Find matching data across two sheets

    Quote Originally Posted by NBVC View Post
    Try VLOOKUP

    e.g.

    =VLOOKUP(A2,'Sheet1'!A:B,2,FALSE)

    adjust sheetname and ranges/references to suit.

    Then copy formula down.
    Actually I'm being dumb..

    Thanks very much it works

  6. #6
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Find matching data across two sheets

    Another quicky one.. I hope... :-)

    Once the Vlookup is complete.. Is there a way of copying the matched data to a column on the 1st sheet? next to the corresponding reference?

    I would copy and paste but there is over 6800 lines..

    Darren

  7. #7
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,608

    Re: Find matching data across two sheets

    I think you would need to do another Vlookup looking the other way...

    e.g.

    =VLOOKUP(A2,'Sheet2'!A:B,2,FALSE)
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

+ 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.2.0