Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mansure Morgan
 
Posts: n/a
Default using conditional formatting to mark repeated names in list?

hi all
i would like to see which names in the list are being repeated, and i want
the repeated name to have different color, using conditional formatting.
anyone can help. i guess i can do it it by countif function, but how?


  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default using conditional formatting to mark repeated names in list?

Try:

Formula is: =countif(a:a,a1)1 and set colour.

If a name is repeated then both (or more) occurences will be coloured.

HTH

"Mansure Morgan" wrote:

hi all
i would like to see which names in the list are being repeated, and i want
the repeated name to have different color, using conditional formatting.
anyone can help. i guess i can do it it by countif function, but how?


  #3   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default using conditional formatting to mark repeated names in list?

You can apply conditionnal formatting to your whole list, using "Formula
is:"
=COUNTIF(A:A,A1)1

But that will apply the SAME formatting (eg: background color) to ALL
duplicates

HTH
--
AP

"Mansure Morgan" <Mansure a écrit dans le
message de news:
...
hi all
i would like to see which names in the list are being repeated, and i want
the repeated name to have different color, using conditional formatting.
anyone can help. i guess i can do it it by countif function, but how?




  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default using conditional formatting to mark repeated names in list?

use conditional formatting:

formula is:

=COUNTIF($A$1:$A$65535,A1)1 and pick a distinctive format.

Then copy down
--
Gary's Student


"Mansure Morgan" wrote:

hi all
i would like to see which names in the list are being repeated, and i want
the repeated name to have different color, using conditional formatting.
anyone can help. i guess i can do it it by countif function, but how?


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
cannot use ISEVEN or ISODD functions in Conditional Formatting Scott Paine Excel Worksheet Functions 6 December 6th 05 09:44 PM
enhanced conditional formatting Stuart Excel Discussion (Misc queries) 13 November 13th 05 07:20 PM
Conditional Formatting GoldDave Excel Discussion (Misc queries) 6 October 6th 05 02:53 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
Counting Repeated text or duplicates in a list Repeatdude Excel Discussion (Misc queries) 5 November 26th 04 07:10 PM


All times are GMT +1. The time now is 02:42 PM.

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"