View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default check a list of numbers for duplicate entries in Excel

"Space" wrote:
check a list of numbers for duplicate entries in Excel


Assuming source numbers running in A2 down

Put in B2:
=IF(A2="","",IF(COUNTIF($A$2:A2,A2)1,"Dup",""))
Copy down

Col B will flag duplicates in col A as "Dup"
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---