Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TLT
 
Posts: n/a
Default Finding Duplicates

I have a list..
505/1
505/2
505/3
I need to make sure that non of these numbers are duplicates of a master
list, I thought about something simple like:
=if(A1=z1:Z1000, "Duplicate").
This doesn't appear to work with a rang.

Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ozzie via OfficeKB.com
 
Posts: n/a
Default Finding Duplicates

TLT,

if you do a search for "Missing Sequential Numbers" and find my thread you
should find your answer. I did a similar thing last week but included
searching for missing sequential numbers as well. It may certainly point you
in the right direction.


TLT wrote:
I have a list..
505/1
505/2
505/3
I need to make sure that non of these numbers are duplicates of a master
list, I thought about something simple like:
=if(A1=z1:Z1000, "Duplicate").
This doesn't appear to work with a rang.

Can anyone help?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200602/1
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Finding Duplicates

Try something like this:

=IF(ISNUMBER(MATCH(A1,$Z$1:$Z$1000,0)),"duplicate" ,"")

copy that formula down as far as you need

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"TLT" wrote:

I have a list..
505/1
505/2
505/3
I need to make sure that non of these numbers are duplicates of a master
list, I thought about something simple like:
=if(A1=z1:Z1000, "Duplicate").
This doesn't appear to work with a rang.

Can anyone help?

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 duplicates in Excel Teri Excel Discussion (Misc queries) 1 December 13th 05 09:56 PM
Finding duplicates Ted Metro Excel Worksheet Functions 2 November 21st 05 07:09 PM
Finding Duplicates nospaminlich Excel Worksheet Functions 4 February 5th 05 11:57 PM
Finding and Deleting duplicates in a column Brian Excel Worksheet Functions 3 February 5th 05 02:19 PM
Finding Duplicates and somehow flagging them in another column KenRamoska Excel Discussion (Misc queries) 1 January 31st 05 06:20 PM


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