Thread
:
return first TWO or THREE words in string
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
return first TWO or THREE words in string
=LEFT(A1,SEARCH(" ",A1,SEARCH(" ",A1,1)+1)-1) for the first two words
--
Gary''s Student - gsnu200803
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student