FlowersinExcel
New Member
- Joined
- Dec 6, 2019
- Messages
- 16
- Office Version
- 2016
- Platform
- Windows
Hi all,
I've looked at other threads asking how to remove a middle initial from a name, and tried those formulas with no luck, so I want to ask here. How to I remove the initials from this list of first names?
Thanks so much!
I've looked at other threads asking how to remove a middle initial from a name, and tried those formulas with no luck, so I want to ask here. How to I remove the initials from this list of first names?
Full Name | Last Name | First Name | First name that I want to appear |
These are hard-coded | =LEFT(A3,FIND(", ",A3,1)-1) | =RIGHT(A3,LEN(A3)-FIND(", ",A3,1)-1) | ????? |
Kim, Ki Tae Rick | Kim | Ki Tae Rick | Ki Tae Rick |
Kim, Sa Kee | Kim | Sa Kee | Sa Kee |
Rodriguez Vasquez, Vanessa S | Rodriguez Vasquez | Vanessa S | Vanessa |
Amador, Omar M | Amador | Omar M | Omar |
Cruz, Ai | Cruz | Ai | Ai |
Thanks so much!