Match ID number from One list with another list

hafe4k

New Member
Joined
Jan 7, 2019
Messages
26
I'm trying to get a match using the ID number as the unique identifier.

I've tried doing this but doesn't work:
=XLOOKUP(J6,$E$6:$F$751,$B$6:$F$751,"",0)

Any help please - note they are not both in the same order, and List 1 is usually has more data than list 2:

List 1:
Column B: Title Name
Column C: Name
Column D: Address
Column E: ID Number
Column F: Area

List 2:
Column J has the ID number (to help match with Column E)
*MUST HAVE* - Column K - should show match the 'Title Name' match of Column B from List 1.

If possible would also like to see:
*NICE TO HAVE* - Column L - match the 'Area' match of Column F from List 1.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
How about
Excel Formula:
=XLOOKUP(J6,$E$6:$E$751,$B$6:$B$751,"",0)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,731
Messages
6,126,537
Members
449,316
Latest member
sravya

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