Excel name match query
Solved/Closed
Related:
- Excel name match query
- Music match jukebox - Download - Audio playback
- How to change author name in excel - Guide
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel free download - Download - Spreadsheets
3 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 16, 2010 at 09:45 AM
Jun 16, 2010 at 09:45 AM
You have to use VLOOKUP
This is for for D2, you can add it to E2 if you want and then drag it down
=IF(ISERROR(VLOOKUP(D2,B:C,2, FALSE)),"",VLOOKUP(D2,B:C,2, FALSE))
This is for for D2, you can add it to E2 if you want and then drag it down
=IF(ISERROR(VLOOKUP(D2,B:C,2, FALSE)),"",VLOOKUP(D2,B:C,2, FALSE))
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 16, 2010 at 07:03 AM
Jun 16, 2010 at 07:03 AM
Could you please upload a sample file with sample data etc on some shared site like https://authentification.site , http://docs.google.com, http://wikisend.com/ , http://www.editgrid.com etc and post back here the link to allow better understanding of how it is now and how you foresee. Based on the sample book, could you re-explain your problem too
Hi, here's the file. The information is 'fake'. I want to match the names in the last column to the names in the second column, and when matched I can then see their telephone numbers and departments along side...
https://authentification.site/files/22985578/Example_file.xlsx
Hope i've explained myself well enough...
Thanks!
https://authentification.site/files/22985578/Example_file.xlsx
Hope i've explained myself well enough...
Thanks!
Jun 16, 2010 at 11:28 AM