+ Reply to Thread
Results 1 to 9 of 9

Match telephone number with name

  1. #1
    Registered User
    Join Date
    11-22-2013
    Location
    Mostar
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post Match telephone number with name

    Hello.


    I need help with this.

    In one sheet there is name, work place and some categories. In other sheet there is name and phone number. I need to comibne name in first sheet with telefon number.


    Like this.

    Sheet1

    A B C D E
    name titule workplace Limit Cat.
    John Smit Manager London, HO 100 1
    .
    .

    Sheet2

    A B
    Name phone
    John Smit 360256
    .
    .

    There is over 2000 names in each sheet.

    Basicly I need to put phone number in sheet one. Is there any way to do it with some formula?
    Please notice that some names have no matching data in other sheet, so i was unable to compare data if i put it in alphabeticly order.

    So i need to compare data (names), and then copy phone number in sheet1 colum F.

    Thanks in advance.

    (sorry on my english)

  2. #2
    Registered User
    Join Date
    11-22-2013
    Location
    Mostar
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Match telephone number with name

    I was not able to insert table...

  3. #3
    Forum Contributor wakeupcall's Avatar
    Join Date
    02-29-2012
    Location
    Sofia, Bulgaria
    MS-Off Ver
    Excel 2010
    Posts
    155

    Re: Match telephone number with name

    Some sort of CONCATENATE and VLOOKUP comibination perhaps

    However, without seeing a sample fo the data, it will be really difficult to give you an exact formula
    Liked the answer given? click * to say so

  4. #4
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Match telephone number with name

    Hi,

    Assuming your data in Sheet1 start in A2 then use this formula in F2:

    =IFERROR(VLOOKUP(A2;Sheet2!A2:A2000;2;0);"")

    depending of your regional setting change ";" with "," in that formula.

    IFERROR is for excel version >=2007

  5. #5
    Registered User
    Join Date
    02-27-2013
    Location
    Norway
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: Match telephone number with name

    Using vlookup will only work as long as there are no dublicated names?

  6. #6
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Match telephone number with name

    Quote Originally Posted by kimrh View Post
    Using vlookup will only work as long as there are no dublicated names?
    No, it works with duplicates but will display only the first item found in that range.

  7. #7
    Registered User
    Join Date
    02-27-2013
    Location
    Norway
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: Match telephone number with name

    Thats what I meant, if you have two persons named John Smith, you will get the same phone number on both individuals.

    Sheet1

    A B C D E
    name titule workplace Limit Cat.
    John Smit Manager London, HO 100 1
    John Smit Senior Manchester, HO200 2

    Sheet2

    A B
    Name phone
    John Smit 360256
    John Smit 504030

    Result:
    A B C D E F
    name titule workplace Limit Cat.
    John Smit Manager London, HO 100 1 360256
    John Smit Senior Manchester,HO200 2 360256

  8. #8
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,661

    Re: Match telephone number with name

    What result do you want:

    John Smit Manager London, HO 100 1 360256
    John Smit Senior Manchester,HO200 2 504030

    or this

    John Smit Manager London, HO 100 1 504030
    John Smit Senior Manchester,HO200 2 360256

    And how does excel know which result you want?
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  9. #9
    Registered User
    Join Date
    02-27-2013
    Location
    Norway
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: Match telephone number with name

    Exactly, excel doesn't know. So if there are no other information in Sheet2, combining the different information correctly will be hard if not Vlatkok wants to do a manually review of all the dublicated names?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to put the number 0 in front of telephone numbers please?
    By mobilewebpage in forum Excel General
    Replies: 12
    Last Post: 05-13-2013, 10:06 PM
  2. Delete the first part of a telephone number
    By robbiebrown34 in forum Excel General
    Replies: 1
    Last Post: 11-14-2008, 12:05 PM
  3. entering a telephone number
    By GarryHearts in forum Excel General
    Replies: 2
    Last Post: 11-19-2007, 09:32 AM
  4. Telephone number data type?
    By ChrisBat in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-05-2005, 11:05 AM
  5. Telephone number format
    By MarkT in forum Excel General
    Replies: 6
    Last Post: 01-18-2005, 07:06 PM

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