Highlighting duplicates on different sheets

L

lalexis

Trying to find duplicates in columns on two different spreadsheets, an
highlight them as yellow.

One file is "LeadShare" and the reference area is F2:F27

The other is "Install Customer List Pac NW- Diaz" and the reference are
is G4:G745

I want the values on the Install Customer list to show as yellow fill i
they are already stated on the first (Leadshare) list. Any help i
greatly appreciated
 
S

Spencer101

lalexis;1604268 said:
Trying to find duplicates in columns on two different spreadsheets, an
highlight them as yellow

One file is "LeadShare" and the reference area is F2:F2

The other is "Install Customer List Pac NW- Diaz" and the reference are
is G4:G74

I want the values on the Install Customer list to show as yellow fill i
they are already stated on the first (Leadshare) list. Any help i
greatly appreciated

Conditional formatting between workbooks is possible but not instantly

If you're open to the idea of a "helper column" you could use COUNTIF t
check which values appear on both workbooks then base the conditiona
formatting around that

Let me know if you need more information on it

S
 
Z

zvkmpw

Trying to find duplicates in columns on two different spreadsheets, and
highlight them as yellow.

One file is "LeadShare" and the reference area is F2:F27

The other is "Install Customer List Pac NW- Diaz" and the reference area
is G4:G745

I want the values on the Install Customer list to show as yellow fill if
they are already stated on the first (Leadshare) list.

Here's one way with Excel 2003 without using a helper column.

First define a name "LS":
Insert > Name > Define
Then in the input field just below "Names in workbook" put this name:
LS
and for "Refers to" put
=LeadShare!$F$2:$F$27
and click "Add"

Then select G4 in the customer list and use
Format > Conditional Formatting > Formula Is >
=COUNTIF(LS,G4)>0
and choose the "Format" desired.

Then copy the cell format of G4 to the rest of the column.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top