+ Reply to Thread
Results 1 to 3 of 3

Help matching fields in a database

  1. #1
    Forum Contributor
    Join Date
    07-31-2008
    Location
    Berkshire, UK
    MS-Off Ver
    2003 & 2007
    Posts
    118

    Help matching fields in a database

    Hi there, I am after a bit of advice here.

    I have bought a database with two non-related tables.

    I am transferring this data over to excel but I am not sure what to do with linking the information.

    The fields in one table are

    Company Name--- Address---Phone---email

    The fields in the other table are

    Contact Name----Organisation

    The Company name and the Organisation name will often match so have you any idea how I would link these?

    Thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Help matching fields in a database

    Assuming Company in first table is sorted and matches exactly the Organisation in the second table

    you could add in column C of second table

    Col C
    =VLOOKUP(B1,Sheet1!$A$1:$B$65535,2)
    Col D
    =VLOOKUP(B1,Sheet1!$A$1:$B$65535,3)
    Col E
    =VLOOKUP(B1,Sheet1!$A$1:$B$65535,4)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    07-31-2008
    Location
    Berkshire, UK
    MS-Off Ver
    2003 & 2007
    Posts
    118

    Re: Help matching fields in a database

    Quote Originally Posted by Special-K View Post
    Assuming Company in first table is sorted and matches exactly the Organisation in the second table

    you could add in column C of second table

    Col C
    =VLOOKUP(B1,Sheet1!$A$1:$B$65535,2)
    Col D
    =VLOOKUP(B1,Sheet1!$A$1:$B$65535,3)
    Col E
    =VLOOKUP(B1,Sheet1!$A$1:$B$65535,4)
    I will keep trying. Doesn't help when there are 180000 records

+ 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