My current naming convention is Doe, Jane L
I found this formula online, =IFERROR(LEFT(B2,FIND(" ",B2,FIND(" ",B2)+1)-1),B2) however, when I use it, it works perfectly for the Doe, Jane L example, but then turns the name of Doe Does, Jane to Doe Does,
Any idea how I can write a formula, to just remove that middle initial from a naming convention like Doe, Jane L ?
I found this formula online, =IFERROR(LEFT(B2,FIND(" ",B2,FIND(" ",B2)+1)-1),B2) however, when I use it, it works perfectly for the Doe, Jane L example, but then turns the name of Doe Does, Jane to Doe Does,
Any idea how I can write a formula, to just remove that middle initial from a naming convention like Doe, Jane L ?