Thread
:
How do I keep the first letter of each word in that column.
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
Posts: 11,058
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
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student