+ Reply to Thread
Results 1 to 9 of 9

Split Capital case and Sentence case from a cell

  1. #1
    Forum Contributor
    Join Date
    01-07-2014
    Location
    chennai,india
    MS-Off Ver
    Excel 2007
    Posts
    105

    Split Capital case and Sentence case from a cell

    Hi

    I have capital case word followed by sentence case in Column A.I need to Split capital word and sentence case separately.

    PFA

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Split Capital case and Sentence case from a cell

    if you want to split Capital and Sentence case then third line should have
    FLAT TOP GRILLED QUESADILLAS NOT (Smoked Chicken) along with the line
    Last edited by hemesh; 03-26-2014 at 02:11 AM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Forum Contributor
    Join Date
    01-07-2014
    Location
    chennai,india
    MS-Off Ver
    Excel 2007
    Posts
    105

    Re: Split Capital case and Sentence case from a cell

    okay..i try to make it capital then is it possible??

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Split Capital case and Sentence case from a cell

    If you want to Split Capital and sentence case then copy paste below in B1 hold control and shift then hit enter to make it array formula
    =SUBSTITUTE(LEFT(A1,MATCH(0,(CODE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1))>=32)*(CODE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1))<98),0)-2),"(","")
    and drag down

    in C1
    =RIGHT(A1,LEN(A1)-LEN(B1))
    Last edited by hemesh; 03-26-2014 at 02:37 AM.

  5. #5
    Forum Contributor
    Join Date
    01-07-2014
    Location
    chennai,india
    MS-Off Ver
    Excel 2007
    Posts
    105

    Re: Split Capital case and Sentence case from a cell

    Its ok for me even those lines are skipped i ll do it manually

  6. #6
    Forum Contributor
    Join Date
    01-07-2014
    Location
    chennai,india
    MS-Off Ver
    Excel 2007
    Posts
    105

    Re: Split Capital case and Sentence case from a cell

    Hi Hemesh

    This formula also gets the first letter of the word in the sentence case

  7. #7
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Split Capital case and Sentence case from a cell

    Find attached !
    Attached Files Attached Files

  8. #8
    Forum Contributor
    Join Date
    01-07-2014
    Location
    chennai,india
    MS-Off Ver
    Excel 2007
    Posts
    105

    Re: Split Capital case and Sentence case from a cell

    Thanking you

  9. #9
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Split Capital case and Sentence case from a cell

    You are Welcome

+ 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. Replies: 10
    Last Post: 01-20-2014, 10:09 AM
  2. Highlighting lower case in cells and ALL CAPITAL CASE
    By NJS1982 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-12-2013, 07:47 AM
  3. how to change Lower case to capital case in same cell
    By sellva2205 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-21-2012, 11:52 AM
  4. [SOLVED] first letter small case & all letter capital case any coding / any trick / any formula
    By sonu_kumar444 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2012, 05:22 AM
  5. Replies: 2
    Last Post: 05-16-2006, 12:10 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