How do I change a column in Excel from upper case to lower case?

  • Thread starter Thread starter Guest
  • Start date Start date
Assume data in col A, A1 down
Put in B1: =LOWER(A1)
Copy down

Copy col B, then overwrite col A with a paste special > values
Delete col B
 
If your upper case data were in A1 to A whatever, in B1
=LOWER(A1)
drag B1 down as necessary to the end of your range in coulumn A
see also
=UPPER(A1) and
=PROPER(A1)
Regards,
 
Back
Top