+ Reply to Thread
Results 1 to 4 of 4

Proper Case

  1. #1
    Registered User
    Join Date
    03-17-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    64

    Proper Case

    Hi All,

    I have some values in cell A1. Lets say "Saravanan Rajendran, Rajendran Palanisamy, Sarojini Rajendran, Vijayaraja Rajendran"

    I am trying to change this to "Saravanan rajendran, Rajendran palanisamy, Sarojini rajendran, Vijayaraja rajendran"

    Where in, only the first letter of a sentence should start up with capital letter and the rest of the sentence should be in lower case. After a comma, again the first letter of a sentence should start with capital letter and the rest of the sentence should have small letters. I am trying to use multiple formulas but I couldn't bring this way.

    Looking for your valuble input.

    Regards,

    Rakul

  2. #2
    Forum Contributor
    Join Date
    05-30-2015
    Location
    Dubai
    MS-Off Ver
    Excel 2016 Mac & PC & 365
    Posts
    633

    Re: Proper Case

    Try =CONCATENATE(UPPER(LEFT(A1,1)),RIGHT(A1,LEN(A1)-1))

    Sorry this doesn't work, just read the question properly
    Last edited by Excelski; 08-28-2017 at 12:36 PM. Reason: wrong answer given

  3. #3
    Registered User
    Join Date
    03-17-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    64

    Re: Proper Case

    Hi Excelski,

    The given formula does not work.

    Rakul

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: Proper Case

    Rakul,

    This solution is a bit involved. The last step (re-concatenation) requires VBA ... a user defined function. This one can be found here.http://www.excelforum.com/tips-and-t...ml#post3096647

    This is the code.
    Please Login or Register  to view this content.
    If you are not familiar with how to install VBA code:


    How to install your new code
    1. Copy the Excel VBA code
    2. Select the workbook in which you want to store the Excel VBA code
    3. Press Alt+F11 to open the Visual Basic Editor
    4. Choose Insert > Module
    5. Edit > Paste the code into the module that appeared
    6. Close the VBEditor
    7. Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)

    This also uses a helper cell in B1 that calculates the number of items between the ", ".
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    The final formula is array entered in C1. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Row\Col
    A
    B
    C
    1
    Saravanan Rajendran, Rajendran Palanisamy, Sarojini Rajendran, Vijayaraja Rajendran
    4
    Saravanan rajendran, RajendRan palanisamy, Sarojini rajendran, Vijayaraja rajendran
    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Upper Case or Proper Case help
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-24-2013, 02:56 PM
  2. [SOLVED] Need the proper syntax to use Case/Select Case in vba properly.
    By rbion in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-16-2013, 02:34 PM
  3. Replies: 3
    Last Post: 10-30-2009, 04:00 PM
  4. proper case
    By stevekirk in forum Excel General
    Replies: 2
    Last Post: 02-26-2007, 06:47 AM
  5. excel'03 how to convert a column from upper case to proper case
    By sharie palmer in forum Excel General
    Replies: 1
    Last Post: 01-30-2006, 07:55 PM
  6. [SOLVED] Excel: How do I change all upper case ss to proper case?
    By Moosieb in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-12-2006, 08:50 PM
  7. [SOLVED] Changing Upper case to Proper Case
    By Mountain in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-13-2005, 07:06 PM

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