View Single Post
  #4   Report Post  
Jim
 
Posts: n/a
Default Text Splitting easier? (Tokeniser?)

On the Data menu, click Text to Columns, select the radio button marked
"Delimited" select "Next" and then select the "Comma" check box. Hit finish

"Lee Harris" wrote:

I've a column of text, generally in the form

Surname, Forename


I want to split into two columns automatically with Forename and Surname
separately. I've been able to do it with MID and FIND, but it's quite clunky
and wondered if there was a quicker, easier or more elegant way just to
tokenise a string based on a defined separator (in this case the character ,
followed by a space)

tks in advance