+ Reply to Thread
Results 1 to 2 of 2

first letter small case & all letter capital case any coding / any trick / any formula

  1. #1
    Registered User
    Join Date
    04-21-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    55

    first letter small case & all letter capital case any coding / any trick / any formula

    first letter small case & all letter capital case any coding / any trick / any formula


    example

    dinesh

    i want

    dINESH

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: first letter small case & all letter capital case any coding / any trick / any formula

    Hello...
    Try this formula...

    =LEFT(D1,1) & UPPER(MID(D1,2,LEN(D1)))

    The name dinesh is in cell D1 and formula in E1
    Click *, if my suggestion helps you. Have a good day!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1