Looking for formula to remove middle initial from first name in excel. Desired result is in column D. See sample file.
Thanks
Looking for formula to remove middle initial from first name in excel. Desired result is in column D. See sample file.
Thanks
Last edited by bjnockle; 02-01-2020 at 01:32 PM.
![]()
=if(mid(a2,2,1)=".",if(len(trim(mid(a2,3,99)))<3,a2,trim(mid(a2,3,99))),left(substitute(a2," ",rept(" ",99)),99))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks