View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
firestorm1954 firestorm1954 is offline
external usenet poster
 
Posts: 1
Default Extracting data for address lists

I can use LEFT and MID to split certain lists, but where I have a whole
address in a cell, separated by commas, I need to take the data before the
first comma to another cell, the data between the next pair of commas to
another cell and so on. I can do this labouriously column by column, but is
there any shorter way where the program can look for data between sets of
characters (in this case the commas)?