Computing.Net > Forums > Office Software > Excel: highlight duplicate entries

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel: highlight duplicate entries

Reply to Message Icon

Name: Lily (by Quuenie)
Date: September 30, 2005 at 01:29:13 Pacific
OS: Win98se
CPU/Ram: 512
Comment:

Dear Everyone,
If I hv a long list of data in Sheet1 & Sheet2 & I need to know if any data in column C of Sheet2 duplicates those in column C of Sheet1, how can I use conditional formatting to highlight the duplicated data?

I've read an excellent reply by Bryan in June 2004 on highlighting duplicate data in the same worksheet. Is it possible to check duplicate data in different worksheets?

Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: A Certain TH
Date: September 30, 2005 at 05:46:22 Pacific
Reply:

Conditional Formatting will not allow you to look at another sheet, by reference.

There is only one way I know of solving this problem - and that is to name the range that you want to use.

So, on Sheet1, I have named column C "myColumn", and then in Sheet2, I have the conditional formatting formula =NOT(ISERROR(VLOOKUP(C1,myColumn,1,0)))

And thats the (little known but perfectly functional!) only way around it that I know. (This may not be an issues with versions of Excel > Office 2000. I just don't know as this is the latest version I have)

Hope that helped


Tom


0

Response Number 2
Name: Bryco
Date: September 30, 2005 at 06:16:53 Pacific
Reply:

Tom is correct and his formula is pretty slick. It works a charm.

(The referenced June 04 thread provides info for finding duplicates on the same sheet http://computing.net/office/wwwboard/forum/3046.html. See Response #23 for the easy read. I post this for anyone looking for that whom finds this thread. (at least I assume that is the referenced thread))

I am saving this thread so that I can reference Tom's excellent formula in the future.

Regards,
Bryan


0

Response Number 3
Name: A Certain TH
Date: October 2, 2005 at 13:56:54 Pacific
Reply:

You flatter me, Bryan!

Tom


0

Response Number 4
Name: Lily (by Quuenie)
Date: October 2, 2005 at 18:13:35 Pacific
Reply:

Thanks Tom. Your formula works perfectly well! It will definitely save me a lot of time checking thru the data manually!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Outlook 2002 Send Email As Other Perso...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel: highlight duplicate entries

Highlighting duplicates in column www.computing.net/answers/office/highlighting-duplicates-in-column/5303.html

Excel: Count equal entries www.computing.net/answers/office/excel-count-equal-entries/6946.html

Excel list validation www.computing.net/answers/office/excel-list-validation/3046.html