Conditional Format to Identify Error

tmo4ever

New Member
Joined
Nov 7, 2005
Messages
49
I have two different sheet that I'm using to compare data.

I have column A in Sheet1 that has a list of 4-digit numbers that I know to be accurate. In Sheet2, I have column b that represents user-entered data. I want to highlight anything in Sheet2 Column B that doesn't match the one of the value in Sheet 1 Column A.

Any help? If there is a better way to do this (rather than Conditional Format), I'd love to hear the suggestions.

I also have to say that I love this community!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Try this, select your sheet1 column A values, in the Namebox (where is normally shows a1, or whatever cell you have) type a name of your choice (this is your range)

on sheet2, i used column C

=VLOOKUP(B1,name,1,0) ' where name equals your lookup

drag this value down your columns, any that don't match will show as #N/A

matches will show the exact value
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

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