Hey all,
I have a formula:
Basically, this will convert this:![]()
=IF( ISERROR( SEARCH("&", A1) ), IF( ISERROR( SEARCH(" ", A1) ), A1, LEFT(A1,LOOKUP(2^15,FIND(" ",A1,ROW(INDIRECT("1:"&LEN(A1)))))-1), "NO" )
AVERNA,ROBERT C H/E
to this:
AVERNA,ROBERT C
and if there is no middle initial, then it will leave this:
Corn,Marlin
like this:
Corn,Marlin
But you notice I have a string "NO" at the end. That's because I can't figure one piece of the puzzle out. I want to convert this:
CATANESE,SALVATORE J & OLGA M
or this:
JIMENEZ,ALEJANDRO & HILDA M
to this:
CATANESE,OLGA M
and this:
JIMENEZ,HILDA M
in their own column.
I can't find any solution out there to do what I just specified above. If anyone could lead me in right track, I'd greatly appreciate.
Thanks for response.
Bookmarks