
Fez R. answered 03/21/19
Experienced IT Professional Specializing in Systems and Networking
You are not able to change case in place. You have to create a new Column or Row and use a formula to convert cells into all caps, all lowercase, or "proper".
=UPPER()
=LOWER()
=PROPER()
Then you can copy and paste the data from here. I hope this helps.