View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] MHoenders@gmail.com is offline
external usenet poster
 
Posts: 2
Default split string based on a SET of words

hi,

i have a string containing an address/town/zip code and want to split
them in seperate columns.
example:
123 ocean rd smalltown 2134
into:
123 ocean rd | smalltown | 2134

i don't know to do the first split as its position varies but the
street always ends with rd, st, ave. can that be of any help? can
someone help me?

regards
mordy