+ Reply to Thread
Results 1 to 4 of 4

How to separte the letters in an excel sheet by using formula

  1. #1
    Registered User
    Join Date
    06-07-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    28

    How to separte the letters in an excel sheet by using formula

    Dear Friends,


    I would like to separate the first letter and rest of sentence in two different columns in an excel sheet by using the formula. I could separate the first letter by using the function =left(A1,1), in another column which is B. But not able to apply the same logic for rest of sentence, as the same is containing number of letters. Hence kindly guide me here which formula needs to be applied for the same to exlude the first letter in column C.


    Attached an excel sheet for your ready reference.


    Thanks in advance,
    Attached Files Attached Files
    Last edited by Venkata Krishna; 12-23-2013 at 08:11 AM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: How to separte the letters in an excel sheet by using formula

    you could use
    mid()

    =mid(A1,2,len(a1)-1)

    looks like there is a space at the start of each new sentence , so to avoid that use

    =TRIM(MID(A2,2,LEN(A2)-1))
    Last edited by etaf; 12-23-2013 at 08:16 AM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    06-07-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: How to separte the letters in an excel sheet by using formula

    Thanks a lot for valued help

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: How to separte the letters in an excel sheet by using formula

    your welcome

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved.

+ 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. [SOLVED] creating a list based on two separte values
    By scokaw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-24-2013, 02:28 PM
  2. Replies: 8
    Last Post: 06-07-2012, 09:14 AM
  3. Replace all symbols/letters according to a list in 2nd. sheet
    By wali in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-10-2009, 04:07 AM
  4. Separte columns for neg/pos values
    By Ginger in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-01-2006, 05:15 PM
  5. Replies: 4
    Last Post: 11-02-2005, 06:17 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