Conditional Format based on Multiple Text Possibilities in another cell

jjtechtech

New Member
Joined
Nov 4, 2019
Messages
7
I currently have the following Conditional Format rule that changes fill color of cells in column A based on Text found in column B.
Formula chosen is
=AND($A1="", $B1="EE")

Applied to
=$A$1

I would like to add additional Text items to look for so that It will change the color if "EE" or "H" or "V" is in Column B. I have tried several things but have not gotten it to work.

Any assistance would be greatly appreciated!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
How about
=AND($A1="", OR($B1="EE",$B1="H",$B1="V"))
 
Upvote 0
You can highlight column B>click on conditional formation>create a new rule> select the rule as "Format only cells that contain>in that rule you will see an option as "Format only cells with">in that option select "Specific Text">Add your text and choose which color format you want to keep>click ok

You can keep adding multiple rules in the same column i.e. B. I hope this would help you.
 
Upvote 0
My pleasure & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,531
Messages
6,120,073
Members
448,943
Latest member
sharmarick

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