Thread
:
Cut the last 20 characters out of a text string
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
Cut the last 20 characters out of a text string
=LEFT(A1,LEN(A1)-20)
--
Gary''s Student - gsnu200908
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student