Hi,
I was really searching to find a function that allows me to find cells in which there is a similar text part... well, from the beginning: I have a list of 2500 Names. Some look like Andrew Miller, some Andrew Jones, some A. Jones, some Steven A. Miller etc. My task is now to find a way to get all cells together, that have at least one similar part... eg:

1st group: Andrew Miller, Andrew Jones
2nd group: Andrew Miller, Steven A. Miller
3rd group: A. Jones and Steven A. Miller
...

How to get this done???

Tanks a lot!!!

Philipp