Come Together!

Ascelpius

New Member
Joined
Mar 6, 2009
Messages
4
I regularly deal with data lists of 20k records. Each row is an address. I have another spread sheet that is essentially a list of all UK post code districts (about 2,500 of them) in one column, and a corresponding sales agent in the next.

I need a way of marrying up the two lists so I can append a sales agents' details onto each of the addresses on the massive list.

Any suggestions?

Cheers
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Sounds like VLOOKUP would work!!
Code:
=VLOOKUP(D2,AreaList,2,0)
where D2 has the Postal Code in you address Table and AreaList (Named Range)is the Table with Post codes and sales reps. Adjust as needed

lenze
 
Upvote 0

Forum statistics

Threads
1,214,560
Messages
6,120,222
Members
448,951
Latest member
jennlynn

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