Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to capitalize just the first word of a cell (like a sentence
would be capitalized)? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=UPPER(LEFT(A1,1))&RIGHT(A1,LEN(A1)-1)
-- Kind regards, Niek Otten "jojojpinkerton" wrote in message ... Is there a way to capitalize just the first word of a cell (like a sentence would be capitalized)? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=upper(left(a1,1))&lower(mid(a1,2,255))
Bob Umlas Excel MVP "jojojpinkerton" wrote in message ... Is there a way to capitalize just the first word of a cell (like a sentence would be capitalized)? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=proper(a2) if your data was in a2.
"jojojpinkerton" wrote: Is there a way to capitalize just the first word of a cell (like a sentence would be capitalized)? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want it to work for multiple sentences in a cell, see Tushar's posting.
http://groups.google.com/group/micro...48f4652a67da48 --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "jojojpinkerton" wrote in message ... Is there a way to capitalize just the first word of a cell (like a sentence would be capitalized)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking table in Excel to word | Links and Linking in Excel | |||
how do you get Word to open documents in it's own window(s)? | Excel Discussion (Misc queries) | |||
Print Excel charts in Word 2003 with fixed size | Charts and Charting in Excel | |||
How to embed Word document into Excel and retain sizing, formatti. | Excel Discussion (Misc queries) | |||
Embedded word doc changed to image-need to change back to word. | Excel Discussion (Misc queries) |