Match Keyword in Excel

Mohanmoni

New Member
Joined
Mar 9, 2016
Messages
15
Hi,

I am looking for formula that match keyword in from 2 files.

File1:

[TABLE="width: 190"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Keywords Exclude[/TD]
[/TR]
[TR]
[TD]intern[/TD]
[/TR]
[TR]
[TD]accountant[/TD]
[/TR]
[TR]
[TD]accounting[/TD]
[/TR]
[TR]
[TD]admin[/TD]
[/TR]
[TR]
[TD]advertising[/TD]
[/TR]
[TR]
[TD]advisor[/TD]
[/TR]
[TR]
[TD]analyst[/TD]
[/TR]
[TR]
[TD]architect[/TD]
[/TR]
[TR]
[TD]assistant to vice president[/TD]
[/TR]
[TR]
[TD]assistant to vp[/TD]
[/TR]
[TR]
[TD]Attorney[/TD]
[/TR]
[TR]
[TD]auditor[/TD]
[/TR]
[TR]
[TD]Author[/TD]
[/TR]
[TR]
[TD]brand[/TD]
[/TR]
[TR]
[TD]Building[/TD]
[/TR]
[TR]
[TD]Bus Development[/TD]
[/TR]
[TR]
[TD]business[/TD]
[/TR]
[TR]
[TD]cafeteria[/TD]
[/TR]
[TR]
[TD]cash[/TD]
[/TR]
[TR]
[TD]Category[/TD]
[/TR]
[TR]
[TD]catering

and File2:

[TABLE="width: 463"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Title[/TD]
[/TR]
[TR]
[TD]Vice President - Operations[/TD]
[/TR]
[TR]
[TD]Senior Product Manager, Single Cell Genomics[/TD]
[/TR]
[TR]
[TD]Vice President, Architect Manufacturing And Process Development[/TD]
[/TR]
[TR]
[TD]Head of Manufacturing Systems Architect[/TD]
[/TR]
[TR]
[TD]Director - Operations[/TD]
[/TR]
[TR]
[TD]Operations Analyst[/TD]
[/TR]
[TR]
[TD]Operations Specialist[/TD]
[/TR]
[TR]
[TD]Director of Operations[/TD]
[/TR]
[TR]
[TD]Residential Operations Admin. Manager[/TD]
[/TR]
[TR]
[TD]Director of Operations[/TD]
[/TR]
[TR]
[TD]Operations Manager

Now I want the formula the find Keyword mentioned in file1 & Match with File2.

Thanks,
Mohan[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi,

As you didn't explain how you want your results, and I'm not sure what you mean by "file1", "file2", different workbooks, or tabs?

Anyway, maybe this will get you started:


Book1
ABCDE
1Keywords ExcludeTitleKeyword
2internVice President - Operations 
3accountantSenior Product Manager, Single Cell Genomics
4accountingVice President, Architect Manufacturing And Process Developmentarchitect
5adminHead of Manufacturing Systems Architectarchitect
6advertisingDirector - Operations
7advisorOperations Analystanalyst
8analystOperations Specialist
9architectDirector of Operations
10assistant to vice presidentResidential Operations Admin. Manager
11assistant to vpDirector of Operations
12AttorneyOperations Manager
13auditor
14Author
15brand
16Building
17Bus Development
18business
19cafeteria
20cash
21Category
22catering
Sheet323
Cell Formulas
RangeFormula
E2=IFERROR(LOOKUP(2,1/SEARCH(" "&A$2:A$22&" "," "&C2&" "),A$2:A$22),"")


E2 formula copied down.
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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