G Guest Sep 23, 2004 #1 How do I convert all text in an existing Excel sheet that contains both upper and lower case letters?
How do I convert all text in an existing Excel sheet that contains both upper and lower case letters?
S SilverM78 Sep 23, 2004 #2 If a1 is upper then =upper(a1) will return ( UPPER) =lower will return all lower case =proper will capitalize first letter of each wor
If a1 is upper then =upper(a1) will return ( UPPER) =lower will return all lower case =proper will capitalize first letter of each wor