View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Cut the last 20 characters out of a text string

Simples... thanks.

"Gary''s Student" wrote:

=LEFT(A1,LEN(A1)-20)
--
Gary''s Student - gsnu200908