Conditional formatting cells in column B based off of values in column A

HeRoseInThree

Board Regular
Joined
Jan 11, 2018
Messages
103
I am trying to highlight column B based off of values in column A.

If A has the word parts in it, then I want B to change. I Googled it and seen several examples, I just can't find a way that works for me.

N&I - BLANK - repair bill - ESTIMATE.xlsx
AB
19tow1
20storage2
21ship3
22labor4
23itow5
24gas6
25inspect7
26sf8
27af9
28lop10
29dot11
30scene12
31wc13
32fea14
33report15
34parts
35prop
36bodyp
37bodyl
3820
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B34:B37Cell Valuecontains "parts"textNO
A19:A38Cell Value="bodyl"textNO
A19:A40Cell Value="bodyp"textNO
A19:A40Cell Value="parts"textNO
A19:A40Cell Value="prop"textNO
A19:A40Cell ValueduplicatestextNO
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
You can use a formula
+Fluff 1.xlsm
AB
19tow1
20storage2
21ship3
22labor4
23itow5
24gas6
25inspect7
26sf8
27af9
28lop10
29dot11
30scene12
31wc13
32fea14
33report15
34parts
35prop
36bodyp
37bodyl
3820
Main
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B19:B38Expression=ISNUMBER(SEARCH("parts",A19))textNO
 
Upvote 0
Solution

Forum statistics

Threads
1,214,587
Messages
6,120,405
Members
448,958
Latest member
Hat4Life

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