Hi there,
I have a column with members names and the names are listed as follows:
James*R*Smith
Susan*L*Jameson
etc.
I would like to separate the 1st and last name into two separate columns. Can you advise me how I can tell the data to pull all characters to the left of the 1st "*" and to the right of the 2nd "*"?
Thank you.
I have a column with members names and the names are listed as follows:
James*R*Smith
Susan*L*Jameson
etc.
I would like to separate the 1st and last name into two separate columns. Can you advise me how I can tell the data to pull all characters to the left of the 1st "*" and to the right of the 2nd "*"?
Thank you.