Hi all,
I came across this problem and I've been wondering how to solve it. I have a table that looks a little bit like this:
FirstNameLastNameMiddleName(actually all 1 column)
John Doe Johnson
Mary Louise
Anthon Oparin Gilbert
I would like to separate these into a new column, at the last space delimiter, meaning it should look like this:
New Column:
Johnson
Louise
Gilbert
Is this possible? Thanks for your help.