Need help with a Formula

C

clueless

Hi,
Does anyone know what formula to use, or how to make 2 columns match? For
instance Column A has 100 names and Column B has 65 names. So on Column C, I
need the Column B names to match up with the Column A names, so I can find
out the 35 missing names.

Anyone know how to do this?
R
 
T

Tom Hutchins

In C1, enter
=IF(ISERROR(VLOOKUP(A1,B:B,1,FALSE)),"",A1)
and copy down for as many rows as there is data in column A. The blank cells
in column C will be the missing names.

Hope this helps,

Hutch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top