Match Data From Two Sheets

MRovi

New Member
Joined
Oct 23, 2013
Messages
10
I have two sheets of data. Sheet 1 has ID's and sheet 2 has ID'sand zip codes. I need to match the zip codes to the first sheet if there is a matching ID. The two sheetsonly have some matching ID's so I can't just sort them.

[TABLE="width: 128"]
<colgroup><col width="64" style="width:48pt" span="2"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"]ID[/TD]
[TD="width: 64, bgcolor: transparent"]Zipcode[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1234[/TD]
[TD="bgcolor: transparent, align: right"]10001[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]4321[/TD]
[TD="bgcolor: transparent, align: right"]10006[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5243[/TD]
[TD="bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="width: 128"]
<colgroup><col width="64" style="width:48pt" span="2"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"]ID[/TD]
[TD="width: 64, bgcolor: transparent"]Zipcode[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1234[/TD]
[TD="bgcolor: transparent, align: right"]10001[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]4321[/TD]
[TD="bgcolor: transparent, align: right"]10006[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]7541[/TD]
[TD="bgcolor: transparent, align: right"]10005[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,224,822
Messages
6,181,165
Members
453,021
Latest member
Justyna P

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