Fill a value in the cell according multiple search terms in the other cells of a Column.

veer-india

New Member
Joined
Jul 30, 2013
Messages
10
Here i make an example table, and the main task what i want to do. an excel file mix of lawyers and agencies names mixed under a single column. I want fill column D with yes if the Stuff in A is Law agency, (using search terms attys, inc. bar, assn) like this and seprate the agencies from the layers bye sorting using yes no in D.
ABCD
1Woofter AttysYes
2Woofter Inc.
Yes
3Alaska Bar AssnYes
4Jhon dayNo
5VitalikNo

<tbody>
</tbody>

How can i fill D with yes and no at a single Stroke on the basis of multiple search terms (attys, inc., assn) thank you very much.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Copy D1 down.
Excel Workbook
ABCD
1Woofter Attysyes
2Woofter Inc.yes
3Alaska Bar Assnyes
4Jhon dayno
5Vitalikno
Sheet3
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,826
Members
449,190
Latest member
rscraig11

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