Forum Discussion

akesserwani's avatar
akesserwani
Copper Contributor
Mar 25, 2022
Solved

Capitalize the first letter of a word only! in a sentence

How to capitalize the first letter of the first word ONLY!! in a sentence that contains other words with small and large letters too but they should be left un touched. We only want to replace capita...
  • Starrysky1988's avatar
    Mar 26, 2022
    Here is the answer.
    =Upper(Mid(A1,1,1))&Mid(A1,2,Len(A1))

Resources