View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JCM
 
Posts: n/a
Default Is there a way to crop text in an Excel cell?

I would try using the text function MID(text,start_num,num_chars) which can
"crop" any part of text you want.


"cochranrg" wrote:

Need to find a way to crop text in an Excel column. Want to crop any text
past characters. Is there a way to do this?