Vlook up not working

DEllis

Active Member
Joined
Jun 4, 2009
Messages
344
Office Version
  1. 365
Platform
  1. Windows
Hi, I am looking between 2 worksheets. Both have 3 columns A(Name & Email), B (Name) & C (Email)
What I need to do is look on worksheet A and find a name that is in column b on worksheet B to put in Column D. I am doing this to determine whose name is not on worksheet A that is on worksheet B (b has more names).
Here is my formula =IF(ISNA(VLOOKUP(B2,'Manual Listing'!$B:$B,1,0)),"Not Found",VLOOKUP(B2,'Manual Listing'!$B:$B,1,0)). I am getting all not found and clearly the name on the first sheet is the same name on the second sheet.

What am I doing wrong?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Make sure that you don't have any leading/trailing spaces.
You can also use
Excel Formula:
=XLOOKUP(B2,'Manual Listing'!$B:$B,'Manual Listing'!$B:$B,"Not Found",0)
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,695
Members
448,979
Latest member
DET4492

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