Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
How do I make the 1st letter of each row Big Case, without doing it for each cell? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you want to change, say, cell A2, go to another column, say B2, enter:
=UPPER(left(A2,1))&lower(right(len(A2)-1) this will give upper case first character, lower case rest of cell "PL" wrote: Hi How do I make the 1st letter of each row Big Case, without doing it for each cell? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Row or cell?
If a cell, say A1, contains a single word like qwerty then in B1 enter =PROPER(A1) to return Qwerty Copy down column B If the cell contains two words do you want just the first one Proper or both of them qwerty asdfg as Qwerty asdfg or Qwerty Asdfg Gord Dibben MS Excel MVP On Wed, 8 Oct 2008 15:53:01 -0700, PL wrote: Hi How do I make the 1st letter of each row Big Case, without doing it for each cell? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change the casing of the letters in an excel cell? | Excel Discussion (Misc queries) | |||
casing | Excel Worksheet Functions | |||
Another casing question | Excel Discussion (Misc queries) | |||
Converting All Caps to Proper casing | Excel Worksheet Functions |