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
 
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"
 
Back
Top