Hi,
Use following formula:
=UPPER(LEFT(B15,1))&LOWER(RIGHT(B15,LEN(B15)-1))
Regards,
Swapnil.

On Wed, Jun 24, 2009 at 4:16 PM, Dilip Pandey <dilipan...@gmail.com> wrote:

> Hi Subu,
>
> Use the following function:-
> =PROPER(MID(A1,1,FIND("_",A1)-1))&"_"&LOWER(RIGHT(A1,LEN(A1)-FIND("_",A1)))
>
> Solved workbook is also attached for your reference.  Thanks
> Dilipandey
> --
> DILIP KUMAR PANDEY
>   MBA-HR,B COM(Hons.),BCA
> Mobile: +91 9810929744
> dilipan...@gmail.com
> dilipan...@yahoo.com
> New Delhi - 110062
>
> On Wed, Jun 24, 2009 at 1:40 PM, Subu <mail_to_s...@yahoo.com> wrote:
>
>>
>> Dear List members and XL Gurus
>>
>> I have an XL sheet with a column that looks something like
>>
>> Name_One
>> nAme_two
>> NAME_THREE
>> name_four
>> name_fIVe
>> name   SIX
>> name sevEN
>>
>> ...and so on
>>
>>
>> I wish to get them all with the first Character in upper case and the
>> rest all in lower case
>>
>> I.e. something like
>>
>> Name_one
>> Name_two
>> Name_three
>> Name_four
>> Name_five
>> Name   six
>> Name seven
>>
>>
>> Thanks in advance
>> Best regards
>>
>> Subu
>>
>>
>>
>> >>
>>

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to