+ Reply to Thread
Results 1 to 4 of 4

Best way to Match Data i.e Vlookup

  1. #1
    Forum Contributor
    Join Date
    06-07-2013
    Location
    Bournemouth
    MS-Off Ver
    Excel 2003
    Posts
    158

    Best way to Match Data i.e Vlookup

    Hi all

    I am have been given a list of approx 1000 names (Multiples & unsorted) and need to match their names to an address I have in another workbook.

    The original list has the names in column A and the addresses in Column B.

    Is there a way to get the new list of 1000 names to look at the original sheet and match the addresses?

    Thanks

    Your help is appreciated

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Best way to Match Data i.e Vlookup

    Take a look to INDEX & MATCH functions
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    06-07-2013
    Location
    Bournemouth
    MS-Off Ver
    Excel 2003
    Posts
    158

    Re: Best way to Match Data i.e Vlookup

    Thanks

    I have been reading up on this, however I can not see that it will work on a large list. Am I wrong?

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Best way to Match Data i.e Vlookup

    Assuming your big list is in sheet1 columns A:AB.

    In sheet2 in column A you have the names and you want the addresses in column B.

    So in B1 and copy down use this...

    =INDEX(Sheet1!$B$1:$B$10000,MATCH(A1,Sheet1!$A$1:$A$10000,0))

    OR else, pls upload a small sample workbook.

+ 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