Thread: length of word
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dstiefe dstiefe is offline
external usenet poster
 
Posts: 73
Default length of word

I have a column of data that read like

Glass Bacchus
Glass Alverdi


I want to first copy the "glass" text and put that info in another column

and then I want to delete the "glass" text so there are no spaces before the
Bacchus or Alverdi word

thank you