capitalizing first letter of a word in columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to capitalize the first letter of each work in a roll of 110 columns
and I really don't want to go to them one at a time Is this possible?
 
You can use the Proper function
In Cell A1 you have "hello world"
in Cell B1 =Proper(A1) will return "Hello World"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top