![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
Aloha,
I am using a this conditional format to locate dupe names: =countif($1$99,b1)>1 If there is any extra spaces etc. Excel will not recognize this as a match. Is there a way where I can tweak this formula to also find like names, or names with transposed letters or extra space between the first and last name? Brian |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
=countif($1$99,trim(b1))>1 which will get rid of extra spaces but it's not going to address names that are similar or names with transposed characters.
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
Mahalo Barry!!!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|