12/20/2008
Want a quick change between capital letters ABC and lowercase letters abc in Excel?
There are functions to do it.
=upper() makes all letters capital letters
=lower() makes all letters lowercase letters
=proper() makes only the first letters capital letters
