how to change small letters to capital letters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

dear sir/madam,

how to change small letters into capital letters or capital letters into
small letters.


regards,
BALU
 
Check the Microsoft Excel help for the UPPER and LOWER functions.

Hope this helps.
 
Hi Balu,
formula: to change from capital letters to small letters =lower()
to change from small letters to capital letters =upper()
(put the cell in the () e.g. =lower(A1)

Austuni
 
Hi
In addition to the responses you have already received, don't forget
=PROPER(A1)
which would change "this" to "This"
 

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