validate duplicate entry in a column

G

Guest

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

Guest

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))
 
G

Guest

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

Guest

i had seen that website long before.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top