Font Case in Excel-HELP!!!!

K

Kristibaer

Is there a way to change the font case in Excel to all caps or all lower
case? I need to sort a column and have mixed fonts that are interferring with
my sort and I do not want to do this in Word.

If not, is there a way to make Excel ignore font setting?
 
P

Peo Sjoblom

If you do data>sort and select options you can remove the
case sensitivity. The default is not case sensitive

--


Regards,


Peo Sjoblom
 
A

akphidelt

You can change to all uppercase by doing

=UPPER(A1)
or lower
=LOWER(A1)

Or you can make everything where it is in the proper text format with

=PROPER(A1)

But remember that you will have to use a formula so you will need to put
this in to another column.

But for some reason I never thought that excel sorted different between caps
and non cap letters.
 
G

Gord Dibben

"This" being what?

Did you try =UPPER(cellref) or =LOWER(cellref) in helper cells?


Gord Dibben MS Excel MVP
 

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

Top