Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Finding duplicated entries in a llist

I am using Excel 2002 (10.5815.4219) SP-2

I have a spreadsheet of about 2,400 rows about invoices in a numbered
sequence. The data were collected from a variety of sources so there is a
risk of duplication.

Is there an elegant function/macro I can use to highlight duplicated items
in a column without reading it by eye.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Finding duplicated entries in a llist

Really Easy... No need for programs

You can use Conditional Formatting:

1. Select the entire range in which you have the invoices...
If it is expected that there can be more entries, best to select
the entire column, in this case say column A
2. Format - Conditional Formatting
Formula is "=COUNTIF(A:A,A1)1"
(Considering that A1 cell is active)
3. Select the formatting you want.
4. Press Ok.


All the entries in your data which are repeated will be highlited with
your formatting.

Thanks,

Yogendra

DeepDarkThought wrote:

I am using Excel 2002 (10.5815.4219) SP-2

I have a spreadsheet of about 2,400 rows about invoices in a numbered
sequence. The data were collected from a variety of sources so there is a
risk of duplication.

Is there an elegant function/macro I can use to highlight duplicated items
in a column without reading it by eye.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Finding duplicated entries in a llist

In an adjacent column

=IF(COUNTIF(A:A,A1)1,"Duplicate","")

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"DeepDarkThought" wrote in message
...
I am using Excel 2002 (10.5815.4219) SP-2

I have a spreadsheet of about 2,400 rows about invoices in a numbered
sequence. The data were collected from a variety of sources so there is a
risk of duplication.

Is there an elegant function/macro I can use to highlight duplicated items
in a column without reading it by eye.




  #4   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 234
Default Finding duplicated entries in a llist

Use codnitional formatting
Formula is: =countif(A:A,A1)


----- DeepDarkThought wrote: ----

I am using Excel 2002 (10.5815.4219) SP-

I have a spreadsheet of about 2,400 rows about invoices in a numbere
sequence. The data were collected from a variety of sources so there is
risk of duplication

Is there an elegant function/macro I can use to highlight duplicated item
in a column without reading it by eye



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
How to compare similar entries, NOT duplicated ones? Serapk New Users to Excel 3 January 7th 09 03:51 PM
how to merge two spreadsheets and remove duplicated entries. Lamb Chop Excel Discussion (Misc queries) 1 September 8th 06 10:24 AM
Hiding Non-Duplicated Entries Lana Excel Discussion (Misc queries) 7 June 30th 05 10:54 AM
Find & delete duplicated entries. Ken G. Excel Discussion (Misc queries) 1 April 21st 05 07:00 AM
how to delete duplicated entries from an excel list stewart Excel Discussion (Misc queries) 2 March 22nd 05 07:19 PM


All times are GMT +1. The time now is 04:45 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"