#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Find Duplicates

In a column is there a way to find duplicate values, like the exact same
names ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Find Duplicates

http://www.cpearson.com/excel/Duplicates.aspx
--
Gary''s Student - gsnu200856
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Find Duplicates

Hi,

In 2007 - highlight the column and choose Home, Conditional Formatting,
Highlight Cell Rules, Highlight Duplicates

In 2003 - use a formula approach or condtional formatting:

1. Select the cells you want to format
2. Choose Format, Conditional Formatting
3. Choose Formula is from the first drop down
4. In the second box enter the formula:
=COUNTIF(A$1:A$100,A1)1
5. Click the Format button
6. Choose a color on the Patterns tab (or any available option)
7. Click OK twice.

To make this case sensitive replace the above formula with
=SUMPRODUCT(--EXACT(A$1:A$100,A1))1

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"rap43" wrote:

In a column is there a way to find duplicate values, like the exact same
names ?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Find Duplicates

Thanks Shane I had findly found that and it works great.

"Shane Devenshire" wrote:

Hi,

In 2007 - highlight the column and choose Home, Conditional Formatting,
Highlight Cell Rules, Highlight Duplicates

In 2003 - use a formula approach or condtional formatting:

1. Select the cells you want to format
2. Choose Format, Conditional Formatting
3. Choose Formula is from the first drop down
4. In the second box enter the formula:
=COUNTIF(A$1:A$100,A1)1
5. Click the Format button
6. Choose a color on the Patterns tab (or any available option)
7. Click OK twice.

To make this case sensitive replace the above formula with
=SUMPRODUCT(--EXACT(A$1:A$100,A1))1

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"rap43" wrote:

In a column is there a way to find duplicate values, like the exact same
names ?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 313
Default Find Duplicates

Shane,
Thank you!! it worked great!!!

"Shane Devenshire" wrote:

Hi,

In 2007 - highlight the column and choose Home, Conditional Formatting,
Highlight Cell Rules, Highlight Duplicates

In 2003 - use a formula approach or condtional formatting:

1. Select the cells you want to format
2. Choose Format, Conditional Formatting
3. Choose Formula is from the first drop down
4. In the second box enter the formula:
=COUNTIF(A$1:A$100,A1)1
5. Click the Format button
6. Choose a color on the Patterns tab (or any available option)
7. Click OK twice.

To make this case sensitive replace the above formula with
=SUMPRODUCT(--EXACT(A$1:A$100,A1))1

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"rap43" wrote:

In a column is there a way to find duplicate values, like the exact same
names ?

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
find duplicates Dylan @ UAFC[_2_] Excel Worksheet Functions 5 December 14th 08 03:00 PM
Find duplicates Daniel - Sydney Excel Discussion (Misc queries) 4 September 27th 07 10:03 PM
Find Duplicates Shirley Munro Excel Discussion (Misc queries) 1 February 16th 06 11:56 AM
Find Duplicates & Concatenate (cpm) sandy_eggo Excel Discussion (Misc queries) 1 August 4th 05 08:05 AM
Find duplicates R. Choate Excel Discussion (Misc queries) 5 November 28th 04 10:14 PM


All times are GMT +1. The time now is 08:45 PM.

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"