Hi,
I need something that would highlight the cell entry if there is a duplicate
entry located on the sheet.For instance, i enter account N15650 in the
account column and if this entry has previosly been made in the same column
then i want this new entry to be highlighted as a flag for me.Does this
require a macro or vb for this action?
Thanks
Paul B - 11 Jul 2006 16:10 GMT
jk, have a look here for a way to do it,
http://www.cpearson.com/excel/duplicat.htm#HighlightingDuplicates

Signature
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
> Hi,
>
[quoted text clipped - 6 lines]
> require a macro or vb for this action?
> Thanks
Max - 15 Jul 2006 10:46 GMT
> I need something that would highlight the cell entry if there is a duplicate
> entry located on the sheet.For instance, i enter account N15650 in the
> account column and if this entry has previosly been made in the same column
> then i want this new entry to be highlighted as a flag for me.Does this
> require a macro or vb for this action?
Perhaps try also Data Validation ..
Assuming it's for inputs into col A ..
Select col A
Click Data > Validation
Allow: Custom
Formula: =COUNTIF(A:A,A1)<2
Click OK
Test it out ..

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---