xcellerator
New Member
- Joined
- Feb 22, 2017
- Messages
- 23
- Office Version
- 2019
- Platform
- MacOS
I have a number of cells and I am looking to remove the duplicate strings (2 characters or more) in them.
Is this possible with an existing Excel formula(s)? It's ok if I need to use helper columns (C, D, E...)
For example:
A1 = Jane & Bob Smith Smith
A2 = Joe Johnson Johnson
A3 = Sally and Bill Jones
A4 = Ann and Tim Adams Adams
A5 = Ben
then have a formula to convert into
B1 = Jane & Bob Smith
B2 = Joe Johnson
B3 = Sally and Bill Jones
B4 = Ann and Tim Adams
B5 = Ben
Can I do this without any macros/VBA?
Is this possible with an existing Excel formula(s)? It's ok if I need to use helper columns (C, D, E...)
For example:
A1 = Jane & Bob Smith Smith
A2 = Joe Johnson Johnson
A3 = Sally and Bill Jones
A4 = Ann and Tim Adams Adams
A5 = Ben
then have a formula to convert into
B1 = Jane & Bob Smith
B2 = Joe Johnson
B3 = Sally and Bill Jones
B4 = Ann and Tim Adams
B5 = Ben
Can I do this without any macros/VBA?