Thread
:
return 1st word in string
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
return 1st word in string
=LEFT(A1,FIND(" ",A1)-1) and copy down.
--
Gary''s Student - gsnu200802
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student