Forum Discussion
akesserwani
Mar 25, 2022Copper Contributor
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 capitalizing the first word, without altering the rest of the sentence from what it already is.
- Here is the answer.
=Upper(Mid(A1,1,1))&Mid(A1,2,Len(A1))
9 Replies
- Starrysky1988Iron ContributorHere is the answer.
=Upper(Mid(A1,1,1))&Mid(A1,2,Len(A1))- akesserwaniCopper ContributorHow can I learn the logic behind this formula and other formulas as well? What excel training should I get?
- Starrysky1988Iron Contributor
You can just learn it by using Excel.
Type any function in the formula bar and press "fx" button in front of the formula bar. And then press help on this function.