Select your range starting starting in A2 to A562
Click Insert - Table - Check " ...headers" - Ok
Now select starting form A3 to the end of the range
Select Data - data validation - Select "Custom" - Enter =COUNTIF($A$3:$A3,$A3)=1 as formula
In the "Enter alert" tab enter what you want - OK
Now when you enter a duplicate value a message pops up
Sir,
Could you please help me in understanding the formula youused in chk Column. =IF(COUNTIF([Work Order],[@[Work Order]])>1,"DUP","") How does it works Please elaborate ?
I used data validation option through custom formula COUNTIF($A$3:$A3,$A3)=1 to flash duplicate records.
aligahk06
Did You read my the last line?
Did You check that my file?
There were already few duplicates - marked with "DUP". Those Work Order -values has uses more than once.
With that DataValidation, You can see if that Work Order -value has used after You have written it (... but not where? ... not already duplicates )
Formula is basic same as in DataValidation - [Work Order] is as A-column from table as well as @[Work Order] is that rows Work Order-value.
What else would You know?
Check Countif-function eg from below
aligahk06
Did You read my the last line?
Did You check that my file?
There were already few duplicates - marked with "DUP". Those Work Order -values has uses more than once.
With that DataValidation, You can see if that Work Order -value has used after You have written it (... but not where? ... not already duplicates )
Formula is basic same as in DataValidation - [Work Order] is as A-column from table as well as @[Work Order] is that rows Work Order-value.
What else would You know?
Check Countif-function eg from below