change to all caps

  • Thread starter Thread starter NAS
  • Start date Start date
N

NAS

I have an excel spreadsheet in which there is a column that contains names. I
need to change all the names in the column to ALL CAPS. I searched elsewhere
for a formula but it didnt work. Any ideas?
 
Hi,

=UPPER(A1)

Drag down and then if you want to copy and paste special - paste values back
over the original column

Mike
 
Hi,

Glad that helped but beware of the macro, there's a lot of bad ones posted
that will wipe out any formula you have in the range by changing them to
values.

Mike
 
Back
Top