Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel how to locate Duplicated fields
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00887303
Message ID:
00888014
Views:
22
Let us suppose you are talking about data in the column A and want to see identifier in the column B.

To the cell B1 enter the formula :

=IF(COUNTIF($A$1:A1,A1)>1,"Duplicate","Unique")

Then copy and paste the formula to all cells B.


See also http://www.expresscomputeronline.com/20031020/techspace01.shtml


>Hi.
>Anybody know of a way, in Excel, to identify duplicate entries in a column ?
>
>Regards,
>Gerard
Previous
Reply
Map
View

Click here to load this message in the networking platform