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)

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
John Calder - 14 May 2008 00:35 GMT
Thanks Max, works great !
John
> 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 - 14 May 2008 00:53 GMT
Welcome, John. Glad it did.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thanks Max, works great !