E
Eric G
Can someone please tell me any easy formula/macro to use to check for
duplicates (text) in a column of text data?
Thanks! Eric
duplicates (text) in a column of text data?
Thanks! Eric
http://www.cpearson.com/excel/duplicat.htm
All you could want for handling duplicate / unique problems.
[/QUOTE]Thanks, I like your method better and need an extension:
CountIF (function used in your solution) doesn't have a "case
sensitive" switch. Is that a way to find dups like this with
case considered a difference?
(In case you wonder: My problem is actually in Arabic where
the short vowels and such are like diacritical marks -- Excel
uses "case insensitive" to mean "ignore those marks" which can
make an entirely different word.)
My solution is no better, so far....