View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
carl
 
Posts: n/a
Default Transpose Question

I have a string like this in a cell:

AU;D7;GL;HJ;R0;R3

Is it possible to transpose it so it looks like this :

AU
D7
GL
HJ
R0
R3

Thank you in advance.