Match data uneven columns

  • Thread starter Thread starter Diddy
  • Start date Start date
D

Diddy

Hi,

I have values in A and I would like to compare that with a list of values in
B. All of the values in B will be in A but the values in A may not be in B.

What I would like to have happen is for the corresponding B value to line up
on the same row as the A value.

Does that make sense at all?

Thanks
Diddy
 
In helper column C:
=IF(ISNUMBER(MATCH(A2,B:B,0),A2,"")
Copy down as needed, then either hide column B, or copy, paste special -
values.
 
Thank you Luke,

I added a bracket
=IF(ISNUMBER(MATCH(A2,B:B,0)),A2,"")

Many thanks
Diddy
 

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

Back
Top