Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default check a list of numbers for duplicate entries in Excel


  #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
---


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default check a list of numbers for duplicate entries in Excel


Thanks that works altough my pc hung a couple of time due to size of file
hence tardy response!
"Max" wrote:

"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
---



  #4   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

Glad it worked out ok!
Thanks for calling back ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Space" wrote:
Thanks that works altough my pc hung a couple of time due to size of file
hence tardy response!

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
In Excel, how to count a list of check boxes some are checked? M. Zak Excel Worksheet Functions 6 September 11th 06 12:32 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM
How to make excel not round real numbers when making a histogram? Leedawg Charts and Charting in Excel 1 September 21st 05 07:36 PM
Duplicate entries in an excel list? Duplicate entries Excel Discussion (Misc queries) 5 March 29th 05 01:29 PM


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