Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Highlighting duplicates on different sheets

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. Any help is greatly appreciated!
  #2   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by lalexis View Post
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. Any help is 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 to check which values appear on both workbooks then base the conditional formatting around that.

Let me know if you need more information on it.

S.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 153
Default Highlighting duplicates on different sheets

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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Highlighting duplicates across many sheets jpeevy Excel Worksheet Functions 3 January 20th 12 06:20 AM
Need Help with Highlighting duplicates across several sheets vote4pedro Excel Worksheet Functions 1 September 1st 08 10:05 PM
highlighting duplicates alex Excel Worksheet Functions 2 February 1st 06 05:41 PM
Help with Highlighting all duplicates in a row Jimv Excel Discussion (Misc queries) 4 April 21st 05 07:12 PM
Highlighting Duplicates Sam New Users to Excel 6 March 18th 05 07:27 PM


All times are GMT +1. The time now is 02:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"