View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default change data of entire column from small case to upper case

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.

Ann wrote:

How do I change the data of an entire column from small case to upper case?

Thanks!


--

Dave Peterson