#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Highlighter

is there a function or macro that will highlight a cell if it is a duplicate
so if i had the word house in column a row 3, and then again in column a row
455, that it would highlight the cell (or both the cells)??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Highlighter

Use conditional formatting (Format menu) with a formula of

=COUNTIF($A:$A,A1)1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Zip Codes" wrote in message
...
is there a function or macro that will highlight a cell if it is a

duplicate
so if i had the word house in column a row 3, and then again in column a

row
455, that it would highlight the cell (or both the cells)??



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Highlighter

See Chip Pearson's page on duplicates and uniques:

http://www.cpearson.com/excel/duplicat.htm

You could probably use a macro or conditional formatting, but this page will
give you some of the basics.

--
Regards,
Tom Ogilvy


"Zip Codes" wrote in message
...
is there a function or macro that will highlight a cell if it is a

duplicate
so if i had the word house in column a row 3, and then again in column a

row
455, that it would highlight the cell (or both the cells)??



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
why does the highlighter independently jump to another cell Clinton C Excel Discussion (Misc queries) 0 July 24th 08 12:39 AM
"classic" yellow highlighter ron Excel Discussion (Misc queries) 4 March 7th 08 09:07 AM
highlighter jlm@yell-o-glow Excel Discussion (Misc queries) 1 January 24th 06 05:24 PM
Excel row highlighter I_am_a_MS_user Excel Discussion (Misc queries) 4 October 10th 05 10:58 PM
row highlighter numcrun Excel Programming 1 July 16th 03 01:22 PM


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

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

About Us

"It's about Microsoft Excel"