Formula: How match data from from cell to entire column of data

serenalove

New Member
Joined
Jan 25, 2010
Messages
4
I am trying to match data from two different Sheets, and bring in Data from Sheet 2 to Sheet 1 based upon matching criteria. Below is an example format:

SHEET 1:

ColumnA:
Row 1. Company Name
Row 2. Company A
Row 3. Company B
Row 4. Company C
Row 5. Company D


SHEET 2:

ColumnA / ColumnB::
Row 1. Company Name / Account Owner:
Row 2. Company C / Jessica
Row 3. Company A / David
Row 4. Company D / Ken
Row 5. Company B / John

IF a Company Name from a cell in Column 1 in Sheet 1 has a match anywhere in Column 1 in Sheet 2, I need to display the Account Owner (the adjacent cell) of that matching record in Sheet 1 next to the company name. Problem is Sheet 2 has way more Company Names than Sheet 1, so I need to look through a hole column of data to find a match.

FINAL:

ColumnA / ColumnB::
Row 1. Company Name / Account Owner:
Row 2. Company A / David
Row 3. Company B / John
Row 4. Company C / Jessica
Row 5. Company D / Ken

I have no idea which formula will work for this. Thanks!
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Excel Workbook
JKLMN
52
53sheet 1sheet 2
54company aDavidcompany csally
55company bjesscompany bjess
56company csallycompany drobert
57company drobertcompany csally
58company emikecompany aDavid
59
Course Dates
 
Upvote 0

Forum statistics

Threads
1,214,851
Messages
6,121,931
Members
449,056
Latest member
denissimo

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