Extracting matching Data from one sheet to another?

TAFJeff

New Member
Joined
Sep 27, 2006
Messages
1
Right now I have two seperate spreadsheets.
The first is a customer list. It has all of their contact info. Column L is the zip code.

I have a second worksheet that has a list of zip codes. I have to contact all of the customers in the affected zip codes.

How can I use the zip code list to compare it with the customer list and if the Zip Code on the Customer list is present in the Zip Code list have Excel copy of the entire row to a new worksheet.

This way I'll have a new, fresh customer list that only includes affected customers.

Thanks for any help!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Insert a column somewhere after zipcode and type:
=VLOOKUP($L1,range,1,0)
range is your other workbook i.e. range = [Book1]Sheet1!$A$1:$A$25

Turn Autofilter on and filter nonblanks, then you can copy and paste the data into a new book.
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,449
Members
448,966
Latest member
DannyC96

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