Thread
:
capitalize first letter
View Single Post
#
4
Posted to microsoft.public.excel.misc
galimi
external usenet poster
Posts: 210
capitalize first letter
=UPPER(LEFT(A1,1)) & RIGHT(A1,LEN(A1)-1)
Assuming the data you want to capitalize is in column A
--
http://HelpExcel.com
"rodchar" wrote:
hey all,
is there an easy way to capitalize just the first letter in a column and
leave the rest as is?
for example,
pubID -- PubID
thanks,
rodchar
Reply With Quote
galimi
View Public Profile
Find all posts by galimi