![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
A correction for the capitalization problem I had earlier. I want "field Trip Ex" in that format. So first word not capitalized all the other one are.
Thank you again. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
If A1 contains "field trip ex"...
=CHAR(CODE(LEFT(PROPER(A1)))+32)&RIGHT(PROPER(A1),LEN(A1)-1) ...will produce "field Trip Ex". |
|
|
|
|
|
#3 |
|
Join Date: Apr 2002
Posts: 15
|
Or :-
=REPLACE(PROPER(A1),1,1,CHAR(CODE(LEFT(PROPER(A1),1))+32)) [ This Message was edited by: mdfh on 2002-04-30 08:27 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|