View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default How do I format minuscule word in capital letter one in excell?

=Proper(Text)

So if the value is in cell A1 in cell B1 enterthe formula =Proper(A1) and it
will uppercase the first letter of each word.
--
Kevin Backmann


"Renato Silvio" wrote:

How do I format minuscule word in capital letter one in excell?