A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » Excel Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Highlighting duplicates on different sheets



 
 
Thread Tools Display Modes
  #1  
Old August 2nd 12, 07:10 PM
lalexis lalexis is offline
Junior Member
 
First recorded activity by ExcelBanter: Aug 2012
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!
Ads
  #2  
Old August 2nd 12, 08:52 PM
Spencer101 Spencer101 is offline
Senior Member
 
First recorded activity by ExcelBanter: Mar 2012
Posts: 658
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  
Old August 12th 12, 11:27 PM posted to microsoft.public.excel.worksheet.functions
zvkmpw
external usenet poster
 
Posts: 116
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.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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 11:43 AM.


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