I have a column that contains both the last name and first name
such as:
Miller, Bob
Abercrombie, Nathan
I want to split this column into Last_Name and First_Name.
I have been trying to use the MID function but I can't get it.
I first want to extract every thing left of the comma to get the
Last_Name and then every thing right of the comma to get the
First_Name. Of course the column as it is now contains names of
different lengths.
Anyone know how to do this?
such as:
Miller, Bob
Abercrombie, Nathan
I want to split this column into Last_Name and First_Name.
I have been trying to use the MID function but I can't get it.
I first want to extract every thing left of the comma to get the
Last_Name and then every thing right of the comma to get the
First_Name. Of course the column as it is now contains names of
different lengths.
Anyone know how to do this?