View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Colin Aldworth Colin Aldworth is offline
external usenet poster
 
Posts: 1
Default Unconcatenate and Replace Text

I have a list of names that are structured as FFF LLL, I want to split
then into FFF in one call and LLL in another cell. Both mames are
seperated by a single space.

Can you help in developing an unconcantenate?

Thank you