View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How do I keep the first letter of each word in that column.

If column A contains the names, then in B1 enter:

=left(A1,1)
--
Gary''s Student - gsnu200799