View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default how do i change an existing cell or cells to upper case?

In an adjacent column, use the Upper function, as in:
=upper(a1)

You can then convert this to values, and delete the original.

Regards,
Fred

"dopy" wrote in message
...
how do i change an existing cell or cells to upper case?