highlight cells which were found in a list of words

hadar

New Member
Joined
Jan 10, 2013
Messages
7
Hello,

I would appreciate any help..

I have a list of words which I would like to know if column C contains each one of them in each cell, if it's true I would like to highlight the cell in red.
any ideas?

with conditional formatting I'm able to create one rule for one each each time..

for example:
Coulmn C
microsoft.com
excelforum.com
netfflix.com
dfdfcode.blog.com

List of words:
Code
microsoft.com
forum
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Select column C, then invoke conditional formatting,

Assuming Excel 2007 or later, choose "use a formula to determine which cells to format"

Then enter a formula like:

=OR(ISNUMBER(SEARCH($G$1:$G$3,$C1)))

where G1:G3 contain the words to look for, and C1 is top most cell in your selection.

Click Format and choose from Fill tab.

Note, this highlights the whole cell/word, not just the matching part.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,853
Members
452,361
Latest member
d3ad3y3

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