View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Remove letters from text string

One view on this
.. a formula that removes the last 19 letters from a text string.


Maybe something like this would suffice,
in B1, copied down:
=LEFT(A1,LEN(A1)-19)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---