how do I change the letters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wrote in the cells miniscule letters now I want to change the majuscule
letters , somebody knows how to do it?
 
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
 
Back
Top