Good Morning,
I am looking to parse the following data into separate columns on a normal basis. The format is
Data Sample
Headers
Rank Title Name Loc. Loc.2
#1 The Long Road - Bob Smith, RT, NA
I need it broken down as below
A B C D E
1 1 The Long Road Bob Smith RT NA
I have tried different ways of =Left = Right and its way to manual.
The format on the Data sample will always have a space between the Rank and the Title, a hyphen between the Title and the Name, then commas between the Loc. and Loc.2.
I appreciate any guidance.
John
I am looking to parse the following data into separate columns on a normal basis. The format is
Data Sample
Headers
Rank Title Name Loc. Loc.2
#1 The Long Road - Bob Smith, RT, NA
I need it broken down as below
A B C D E
1 1 The Long Road Bob Smith RT NA
I have tried different ways of =Left = Right and its way to manual.
The format on the Data sample will always have a space between the Rank and the Title, a hyphen between the Title and the Name, then commas between the Loc. and Loc.2.
I appreciate any guidance.
John