how do I change the letters

C

ceylan

I wrote in the cells miniscule letters now I want to change the majuscule
letters , somebody knows how to do it?
 
A

Andy Pope

Hi,

Assuming miniscule means lowercase and majuscule means UPPERCASE, you
can use a helper column and then copy and paste values.

lowercase text in A1 would use this formula in B1

=UPPER(A1)

Cheers
Andy
 
Top