Formula Question

thrashgmom

New Member
Joined
Aug 12, 2011
Messages
1
I have a list of employee names, 45,000 rows long. I also have a shorter list of some of these names with email addresses, only 6000 rows long.

I am trying to match up the email addresses from the short list with the names on the longer list, so I know who I have an email address for and who I don't.

Using VLookup, I am getting the matches, but for the rows that do not have a match, I am getting repeat information from the last match - how to I get it to return a blank for the rows that do not have matching information on the other list?

I am thinking VLookup is not the right thing to use but am drawing a blank on what I should use.

Any thoughts?

First time poster....
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Are you using FALSE as the 4th argument of your VLOOKUP function?
 
Upvote 0
I have a list of employee names, 45,000 rows long. I also have a shorter list of some of these names with email addresses, only 6000 rows long.

I am trying to match up the email addresses from the short list with the names on the longer list, so I know who I have an email address for and who I don't.

Using VLookup, I am getting the matches, but for the rows that do not have a match, I am getting repeat information from the last match - how to I get it to return a blank for the rows that do not have matching information on the other list?

I am thinking VLookup is not the right thing to use but am drawing a blank on what I should use.

Any thoughts?

First time poster....
Did you set the 4th argument to be 0 or FALSE so that it looks for exact matches only?

Post the formula you're using.

What version of Excel are you using?
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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