Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Danny
 
Posts: n/a
Default FIND - Double entry

Hi,

Column B of my workbook contains names (more than 500 rows). How do I find
(macro or worksheet function) if a name has been entered more than once.

Thank you.
  #2   Report Post  
Sam B
 
Posts: n/a
Default

Danny - this was asked earlier today and the answer was to log onto
http://www.cpearson.com/excel/duplicat.htm - this gives you the forumual for
testing for duplicated entries
Hope this helps
Sam

"Danny" wrote:

Hi,

Column B of my workbook contains names (more than 500 rows). How do I find
(macro or worksheet function) if a name has been entered more than once.

Thank you.

  #3   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

Hi,

The following are two approaches that come to my mind.

Method 1: Let's say that the names are in B2,...B1001. Create a helper
column (A2,...A1001) containing running numbers 1, 2,...1000. Sort the
worksheet in ascending (or descending) order of column B. You can see the
duplicate entries. If you want, In row 3 of another column (e.g., C3) enter
the formula =IF(C3=C2,"x","") and fill down the column. The formula will
create 'x' symbols for repeats, leaving out their first occurrences.

Method 2: In C2 enter the formula,
=IF(COUNTIF($B$2:$B$1001,B2)1,COUNTIF($B$2:$J$100 1,B2),"")
and fill down the column. The formula will show the number of occurrences
of an entry (and would leave out single occurrences).

Hope this helps,
Regards,
B. R. Ramachandran

"Danny" wrote:

Hi,

Column B of my workbook contains names (more than 500 rows). How do I find
(macro or worksheet function) if a name has been entered more than once.

Thank you.

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
Double entry problem Jesper Perregaard Excel Discussion (Misc queries) 1 August 18th 05 11:26 AM
Double entry Rob graham Excel Discussion (Misc queries) 6 June 21st 05 08:05 AM
How do I find a column entry closest to a particular value feman007 Excel Discussion (Misc queries) 1 March 8th 05 10:22 PM
double-clicking a list entry Sally Sibthorpe Excel Discussion (Misc queries) 2 February 25th 05 04:31 PM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM


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