+ Reply to Thread
Results 1 to 3 of 3

Split Cell

  1. #1
    Registered User
    Join Date
    12-17-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Split Cell

    I am trying to split a cell but only take the last 2 characters out. I have used a formula but it doesn't delete the 2 characters from the original cell, it only copies them to the next cell. Can someone tell me how I can do this.
    i.e. I need to move "ON" from St. Catharines ON.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Split Cell

    =left(A1,len(A1)-2)

    ?

  3. #3
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,647

    Re: Split Cell

    If you want to change the original cell content better you use a macro to achieve this.
    Assuming that your text is in col. A and starts from A2, try this code.......

    Please Login or Register  to view this content.
    See if this helps.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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] split one cell to as many cells as many digits/alphabets of the cell
    By roofi in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-24-2013, 08:15 AM
  2. [SOLVED] Split Array, Listing Marked Items in Split Arrays
    By lesoies in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-27-2013, 02:07 AM
  3. [SOLVED] Split Macro modification to Split into new Workbooks instead of sheets within one workbook
    By DLSmith in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-13-2012, 08:11 PM
  4. Macro : Split text of a single cell into multiple cell
    By rampal in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-03-2012, 02:05 PM
  5. Can excels Split() function split a string up at multiple spots?
    By 111StepsAhead in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-14-2011, 02:36 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