Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 142
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 133
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 133
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 ?

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
converted a column to List yet wants to Validate as well tikchye_oldLearner57 Excel Discussion (Misc queries) 2 July 17th 06 04:50 PM
Highlight Duplicate on entry jk Setting up and Configuration of Excel 2 July 15th 06 10:46 AM
Validate in WS to prevent dual data entry Jonah Excel Worksheet Functions 1 March 10th 06 05:22 AM
Validate MsgBox Entry to Data in Cells David Excel Discussion (Misc queries) 13 December 21st 05 10:31 PM
Assign a Value to a Duplicate Entry Within the Same Column Scott C. Excel Discussion (Misc queries) 3 October 25th 05 12:30 AM


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

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

About Us

"It's about Microsoft Excel"