Comparing Sheets using conditional formating

sax

Board Regular
Joined
Feb 19, 2002
Messages
156
Hi,
I have two sheets with names (cca.1500). I have received third one filled with names which are supposed to be the same as the first sheets two consolidated. I would like to use Conditional formating to colour the names in first two sheets if they appear on the third one. Any suggestions? Maybe another approach?
Thanks in advance.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
This is your combined sheet 3. Range name for column A is LookupList.
Book3
ABCD
1Barry
2Geri
3Stephen
4Gayle
5Frank
6George
Sheet 3


This is your sheet 1, with the first partial list. Select column A and use this conditional formatting:

Formula is: =NOT(ISNA(VLOOKUP(A1,LookupList,1,FALSE)))

and format for the pattern/font you want.
Book3
ABCD
1Barry
2Elf
3Geri
Sheet 1


Use the same conditional formatting for partial sheet 2
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,857
Members
449,051
Latest member
excelquestion515

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