Automatically Highlight value in Other Column if it is not existing values of Column A

Samael2021

New Member
Joined
Jun 21, 2021
Messages
22
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Let me know about conditional formatting or formula about auto highlighting. I have fixed values in Column A. If other cell values in Col B, C, D are not contained in the values of Col A, I want to highlight them automatically as soon as I type this values. Could you please help me. Thanks you so much. Let me provide a photo for significant view.

formulas.PNG
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
How about
++Fluff.xlsm
ABCD
1akdr
2bces
3chmt
4dajg
5e
6f
7g
8
9
10
11
12
Data
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B1:D100Expression=AND(B1<>"",COUNTIFS($A$1:$A$7,B1)=0)textNO
 
Upvote 0
Solution
How about
++Fluff.xlsm
ABCD
1akdr
2bces
3chmt
4dajg
5e
6f
7g
8
9
10
11
12
Data
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B1:D100Expression=AND(B1<>"",COUNTIFS($A$1:$A$7,B1)=0)textNO
Thanks you so much for your help. It is really what I need. Thank a lot.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,133
Messages
6,123,235
Members
449,092
Latest member
SCleaveland

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