View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default In excel can you change words from all caps to initial caps?

Use =PROPER(A1)

Also just for information sake
=UPPER(A1) to convert to Upper Case
= LOWER(A1) to convert to Lower Case

--
If this post helps click Yes
---------------
Jacob Skaria


"O2bardy" wrote:

example instead of JOHNNY WALKER
I want it to be Johnny Walker.