Conditional Formatting - Match cells against reference row

Itsmeerc

New Member
Joined
Oct 19, 2020
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hey.

I have several columns of countries, drawn from different data sources (columns B, C and D in the sample image) which I want to compare with a master reference column (column A) to identify any discrepancies in spelling/strange punctuation. Therefore, I want to apply conditional formatting to all cells in columns B-D which highlight in red any cells which do not have an exact match with any cell in column A. I can't quite find the right formula syntax to make this happen, so would appreciate any advice.

Screenshot (50).png
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
How about
Excel Formula:
=AND(B2<>"",ISNA(MATCH(B2,$A$2:$A$100,0)))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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