Capitalizing

  • Thread starter Thread starter Katie
  • Start date Start date
K

Katie

Just a formatting question...

I type up my whole spreadsheet and later decide I want a
specific column to be ALL CAPS. Is this a format or a
formula?
 
Katie

Formula. Cannot be done with formatting.

In a helper column enter =UPPER(A1) assuming column A is your column to be
changed.

Drag/copy down as far as you need.

When happy with results, copy the helper column then Paste Special(in
place)>Values>Ok>Esc.

Delete the original column.

Gord Dibben Excel MVP
 
Hi Katie,
All Capitals is going to take up more space between
columns and it will not look very good unless it is something
like two letter codes like the US Postal Zip State codes.

I would use a macro to change the letter case for a selected
column or any other selection of cells.
http://www.mvps.org/dmcritchie/excel/proper.htm#upper
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top