Inactive Tutor answered 03/21/19
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.