+ Reply to Thread
Results 1 to 9 of 9

combine 2 excel files based on a common name

Hybrid View

  1. #1
    Registered User
    Join Date
    04-29-2008
    Location
    Tennessee
    MS-Off Ver
    2007
    Posts
    37

    Re: combine 2 excel files based on a common name

    If File1 has name in column A and age in column B, and File2 has name in column A and country in column B, here's what i would put in C1 of File1:
    =IF(ISERROR(VLOOKUP(A1,[File2.xlsx]Sheet1!$A$1:$B$200,2,0)),"",VLOOKUP(A1,[File2.xlsx]Sheet1!$A$1:$B$200,2,0))
    then copy down

  2. #2
    Registered User
    Join Date
    05-15-2009
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: combine 2 excel files based on a common name

    I put the formula in C1 but nothing happens.

+ 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