View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default return 1st word in string

=LEFT(A1,FIND(" ",A1)-1) and copy down.
--
Gary''s Student - gsnu200802