I have data-set with full name. I want to split the first and Middle name in one column and the Last name in separate column. Some of the names have middle names between first and last name whereas as some do not. Also, some have last name with I and II (record 6 and 7). I tried =RIGHT(A12,LEN(A12)-RIGHT(FIND(" ",A12,1))) but it is putting the Middle Name and Last Name together.
Thanks You!
Thanks You!