change data of entire column from small case to upper case

D

Dave Peterson

You can use an adjacent (newly inserted???) column.

Then fill it with formulas like:
=upper(a1)

Then you can copy this column and paste special|values over the original
column. Then delete this helper column.
 
Top