+ Reply to Thread
Results 1 to 3 of 3

Start text with the Alphabets omitting preceeding blank space number and full stop (.).

  1. #1
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Start text with the Alphabets omitting preceeding blank space number and full stop (.).

    Hello Friends

    Kindly refer the attached file <Start text with the Alphabets 111215.xlsx>

    From Column A the proceeding number / full stop (.) / space should be removed and the line should start with alphabet. In End only blank space should be removed.

    And the text should be plotted in the light yellow cells by formulas.

    thanks in advance

    thilag
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Start text with the Alphabets omitting preceeding blank space number and full stop (.)

    Put this formula in C2:

    =IF(TRIM(A2)="","",RIGHT(TRIM(A2),LEN(TRIM(A2))-FIND(" ",TRIM(A2))))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Start text with the Alphabets omitting preceeding blank space number and full stop (.)

    thanks Pete

    thilag

+ 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. Question regarding formula not working (adding a preceeding space?)
    By aduquet in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-07-2015, 05:03 PM
  2. [SOLVED] Text to Columns is omitting zeros. How do I stop that?
    By jambog in forum Excel General
    Replies: 5
    Last Post: 07-02-2015, 11:26 AM
  3. Replies: 7
    Last Post: 01-24-2014, 01:01 PM
  4. [SOLVED] Insert number new rows based on preceeding row. Populate them based on preceeding row.
    By Common Wealth in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-13-2013, 06:44 PM
  5. Removing leading numbers, letters, full stop, and space
    By Hambone70 in forum Excel General
    Replies: 2
    Last Post: 02-16-2011, 01:09 PM
  6. [SOLVED] stop opening a blank workbook at start up
    By km in forum Excel General
    Replies: 1
    Last Post: 01-18-2006, 03:40 PM
  7. Getting any formula to stop at the next blank space
    By ajpowers in forum Excel General
    Replies: 0
    Last Post: 06-09-2005, 04:41 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