A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

validate duplicate entry in a column



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2007, 02:42 PM posted to microsoft.public.excel.misc
wangan
external usenet poster
 
Posts: 1
Default validate duplicate entry in a column

would like error notification when a duplicate entry is made in a specific
column in excel worksheet can this be done with validation function ?
  #2  
Old May 25th, 2007, 02:53 PM posted to microsoft.public.excel.misc
ufo_pilot
external usenet poster
 
Posts: 94
Default validate duplicate entry in a column


This works if you have entries in column A and check column B against it (
it will tell you in which row your duplicates are.
Put this in column C and fill down.

=IF(ISNA(MATCH(B1,A$1:A$8000,0)),"no match","ID is in Row: " &
MATCH(B1,A$1:A$8000,0))

"wangan" wrote:

would like error notification when a duplicate entry is made in a specific
column in excel worksheet can this be done with validation function ?

  #3  
Old May 25th, 2007, 02:54 PM posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
 
Posts: 7,584
Default validate duplicate entry in a column

See:

http://www.cpearson.com/excel/NoDupEntry.htm


--
Gary''s Student - gsnu200724


"wangan" wrote:

would like error notification when a duplicate entry is made in a specific
column in excel worksheet can this be done with validation function ?

  #4  
Old June 5th, 2007, 06:46 AM posted to microsoft.public.excel.misc
kyoshirou
external usenet poster
 
Posts: 143
Default validate duplicate entry in a column

the foumlua works.
but if i using cncatenate, it cant. any tips to further enchance?

"ufo_pilot" wrote:


This works if you have entries in column A and check column B against it (
it will tell you in which row your duplicates are.
Put this in column C and fill down.

=IF(ISNA(MATCH(B1,A$1:A$8000,0)),"no match","ID is in Row: " &
MATCH(B1,A$1:A$8000,0))

"wangan" wrote:

would like error notification when a duplicate entry is made in a specific
column in excel worksheet can this be done with validation function ?

  #5  
Old June 5th, 2007, 01:38 PM posted to microsoft.public.excel.misc
kyoshirou
external usenet poster
 
Posts: 143
Default validate duplicate entry in a column

i had seen that website long before.

it cant works if i using CONCATENATE formula in that column.



"Gary''s Student" wrote:

See:

http://www.cpearson.com/excel/NoDupEntry.htm


--
Gary''s Student - gsnu200724


"wangan" wrote:

would like error notification when a duplicate entry is made in a specific
column in excel worksheet can this be done with validation function ?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.