vlookup in two sheets with two columns

niladri20052006

Board Regular
Joined
Dec 3, 2010
Messages
121
Hi All,

I am new comer in this forum. Hope this will great learning journey for me. I am not whip at Excel but want to learn a lot.

I have a problem. I have a work book containing two sheets. In first sheet I have three Columns as Company Name, Email ID and State.

In the second sheet I have the same column with same field. But here is some unmatched data.

I want to pick those companies that will be the same company Name and Email ID from the first sheet.


How will I do that? I am using using Vlookup formula one by one but i want to do it at a time with Vlookup formula or other?


Please help!!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
suppose your sheet 1 is like this (A1 to c5)

company email state
a q z
s w x
d e c
f r v

<table width="64" border="0" cellpadding="0" cellspacing="0"><tbody><tr style="height:12.75pt" height="17"><td style="height:12.75pt;width:48pt" width="64" height="17">
</td></tr><tr style="height:12.75pt" height="17"><td style="height:12.75pt" height="17">
</td></tr></tbody></table>sheet 2 like this (A1 to C2)

name email state
d

in B2 copy paste this formula

=VLOOKUP($A2,Sheet1!$A$1:$C$100,COLUMN(B$1),0)
copy B2 to C2 and also down if more data is available in column A of sheet 2


read on "vlookup" in excel help
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,176
Members
452,893
Latest member
denay

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