Conditional Help

OfficeGeek

New Member
Joined
Mar 23, 2011
Messages
2
After reading through the forums here, it seems like this is where I can find some help. Apologies in advance for the laymen terms.

Example of my Issue:
Worksheet 1
Column A : Column B
email addy account#
Worksheet 2
Column A : Column B
email addy create value
Worksheet 1 has a list of 500 emails with accounts
Worksheet 2 has a list of 250 emails
*considering the mismatch of rows the emails will not match in each worksheet

I am looking to see if it is possible to create a formula to look for a text match between Sheet1!A:A and Sheet2!A:A AND if so copy the Account # from Sheet 1 for that corresponding match to Sheet 2 Column B

While I am not very experienced with excel formulas, I believe the logic is there, just need a bit of help to figure out how to tell excel that :eek:

Any help would be greatly appreciated.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hi OfficeGeek,

A simple vlookup should be able to meet your requirement.

At worksheet column2, just do a =vlookup(A2,'worksheet 1'!A:B,2,0)

If you are using old version of excel use this =vlookup(A2,'worksheet 1'!A1:B501,2,0) as old version of excel do not read A:B

Smile,
KK
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,716
Members
448,985
Latest member
chocbudda

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