Matching names in two different spreadsheets

Hapdawg88

New Member
Joined
Dec 28, 2016
Messages
11
I have two spreadsheets: one with hundreds of rows of certain data and the other with thousands of rows of other data. I would like to find the names of the people in the smaller spreadsheet in the larger one. Does anyone know how to do that? I have heard of VLOOKUP but have never used it. Nothing I read about it mentions finding the same value in both columns.

I would appreciate any insight anyone has. Thank you!
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
With names in Sheet1 column A and names to look at in Sheet2 column B

in Sheet1!B1
=IFERROR(VLOOKUP(A1,Sheet2!B$1:B$100000,1,0),"NOT FOUND","FOUND")
copy down column A

Adjust the formula to fit your data
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top