Thread
:
Remove letters from text string
View Single Post
#
2
Posted to microsoft.public.excel.newusers
Max
external usenet poster
Posts: 9,221
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
---
Reply With Quote
Max
View Public Profile
Find all posts by Max