Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mac Mac is offline
external usenet poster
 
Posts: 213
Default Finding duplicates in distinct ranges...

I have like 300 columns with 50 values in each and I want to find duplicates
accross these groups - e.g. number 23,5366 appears in group no. 23, in group
no. 45, in group no. 145 twice, etc. - and I needto get back the row
reference of these duplicates ( conditional highlighitng would sufice). How
can I achieve this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Finding duplicates in distinct ranges...

Use COUNTIF() in the conditional format. Say your data is from A1 thru Z50.

Select A1 and set the conditional format t:

Formula Is:
=COUNTIF($A$1:$Z$50,A1)1 and pick a distinctive format

Copy A1 and pastespecial / formats from A1 thru Z50
--
Gary''s Student - gsnu200753


"Mac" wrote:

I have like 300 columns with 50 values in each and I want to find duplicates
accross these groups - e.g. number 23,5366 appears in group no. 23, in group
no. 45, in group no. 145 twice, etc. - and I needto get back the row
reference of these duplicates ( conditional highlighitng would sufice). How
can I achieve this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mac Mac is offline
external usenet poster
 
Posts: 213
Default Finding duplicates in distinct ranges...

Great, thanks! BUT: how do I make the 'criteria' condition of COUNTIF() to
update according to the row it appears in? Dragging or copying does not work,
the criteria remains A1, and I've got 10.000 rows to go....:-\ Is there
something like 'this' operator?

"Gary''s Student" wrote:

Use COUNTIF() in the conditional format. Say your data is from A1 thru Z50.

Select A1 and set the conditional format t:

Formula Is:
=COUNTIF($A$1:$Z$50,A1)1 and pick a distinctive format

Copy A1 and pastespecial / formats from A1 thru Z50
--
Gary''s Student - gsnu200753


"Mac" wrote:

I have like 300 columns with 50 values in each and I want to find duplicates
accross these groups - e.g. number 23,5366 appears in group no. 23, in group
no. 45, in group no. 145 twice, etc. - and I needto get back the row
reference of these duplicates ( conditional highlighitng would sufice). How
can I achieve this?

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
Finding Non-Duplicates calibansfolly Excel Worksheet Functions 2 July 16th 07 04:40 PM
help...finding duplicates mj Excel Worksheet Functions 3 March 9th 06 06:41 PM
Finding Duplicates TLT Excel Worksheet Functions 2 February 23rd 06 04:06 PM
Finding duplicates Ted Metro Excel Worksheet Functions 2 November 21st 05 07:09 PM
Finding Duplicates fluffy Excel Worksheet Functions 2 September 16th 05 03:07 PM


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