+ Reply to Thread
Results 1 to 5 of 5

Thread: split data in a cell

  1. #1
    Registered User
    Join Date
    11-03-2008
    Location
    Wales
    MS-Off Ver
    office 2007/excel 2003
    Posts
    15

    split data in a cell

    row c contains cells each with a series of numbers and a letter on the end. What I would like to do is, in column D have the lletter contained the the correspnding cell C placed there on its own eg

    12345H H
    456789D D
    23459E E

    Great if anyone can help me on this.
    Last edited by langdon37; 11-13-2008 at 09:32 AM.

  2. #2
    Forum Guru sweep's Avatar
    Join Date
    04-03-2007
    Location
    Location: Location:
    MS-Off Ver
    3.0
    Posts
    2,472
    Hi,

    If your data is in C1,

    =RIGHT(C1,1)
    Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.

  3. #3
    Forum Guru
    Join Date
    06-18-2004
    Location
    Canada
    Posts
    1,329
    Try...

    =RIGHT(C2,1)

    Hope this helps!

  4. #4
    Cheeky Forum Moderator Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2003, 2007, 2010
    Posts
    3,712
    If the letter is always the last character in the cell...
    try this:
    B1: =RIGHT(A1,1)
    Is that something you can work with?
    Regards,

    Ron
    Microsoft MVP - Excel
    (Oct 2006 - Sep 2012)

    Click here to see the Forum Rules

  5. #5
    Registered User
    Join Date
    11-03-2008
    Location
    Wales
    MS-Off Ver
    office 2007/excel 2003
    Posts
    15
    Thanks everyone will give it a go.

+ 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.2.0